-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (136 loc) · 6.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Kohrak's Portfolio</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Font awesome and google fonts -->
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:400,700" rel="stylesheet">
<!--custom CSS files-->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<div>
<!--navbar-->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand"></i>Kohrak GK0H</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#presentation">About</a></li>
<li><a href="#frontEnd">Front End</a></li>
<li><a href="#profiles">Profiles</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div id="presentation">
<div class="jumbotron">
<div class="container text-center">
<h1>Gabriel Rodriguez (Kohrak)</h1>
<p>Web Developer, Geek and IT Guy</p>
<img src="https://gdurl.com/V0vf" alt="Kohrak profile pic">
<hr>
</div>
</div>
</div>
<div id="frontEnd">
<div class="container">
<h2>Front End Projects</h2>
<hr>
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="thumbnail">
<img src="img/rgbgame.png">
<p>RGB Guessing Game</p>
<p>In this game you are presented with an RGB color code and you have to guess the right color from the options on the screen</p>
<p>Check it on: <a target="_blank" href="https://codepen.io/Kohrak/full/wmBGgj/"><i class="fab fa-codepen"></i> Codepen</a>
<a target="_blank" href="https://github.com/Kohrak/RGB-Color-Game"><i class="fab fa-github"></i> Github</a></p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="thumbnail">
<img src="img/randquote.png">
<p>Random Quote Generator</p>
<p>It will display a random quote every time the app is opened or the "new quote" Button is pressed</p>
<p>Check it on: <a target="_blank" href="https://codepen.io/Kohrak/full/mpXMep"><i class="fab fa-codepen"></i> Codepen</a>
<a target="_blank" href="https://github.com/Kohrak/Random-Quote-Generator"><i class="fab fa-github"></i> Github</a></p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="thumbnail">
<img src="img/todo.png">
<p>To-do List App</p>
<p>Simple but well presented to-do list app</p>
<p>Check it on: <a target="_blank" href="https://github.com/Kohrak/TodoListApp"><i class="fab fa-github"></i> Github</a></p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="thumbnail">
<img src="img/calculatorjs.png">
<p>JS Calculator</p>
<p>Simple calculator that allows you to chain as many operation as you would like</p>
<p>Check it on: <a target="_blank" href="https://codepen.io/Kohrak/full/oqbxoK/"><i class="fab fa-codepen"></i> Codepen</a>
<a target="_blank" href="https://github.com/Kohrak/JSCaltulator"><i class="fab fa-github"></i> Github</a></p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="thumbnail">
<img src="img/weatherapp.png">
<p>Weather App</p>
<p>Shows the weather and temperature in your current location if you give it access to it</p>
<p>Check it on: <a target="_blank" href="https://codepen.io/Kohrak/full/XZrJdz"><i class="fab fa-codepen"></i> Codepen</a>
<a target="_blank" href="https://github.com/Kohrak/Weather-app"><i class="fab fa-github"></i> Github</a></p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="thumbnail">
<img src="img/wikiview.png">
<p>Wiki Search App</p>
<p>It allows you to search for any topic in wikipedia and look for a random topic</p>
<p>Check it on: <a target="_blank" href="https://codepen.io/Kohrak/full/bLWZPK"><i class="fab fa-codepen"></i> Codepen</a>
<a target="_blank" href="https://github.com/Kohrak/Wiki-viewer"><i class="fab fa-github"></i> Github</a></p>
</div>
</div>
</div>
</div>
</div>
<div id="profiles">
<div class="container">
<h2>Online Profiles<h2>
<div class="row">
<div class="col-md-4 col-sm-12">
<p class="big-icon text-center"><a target="_blank"href="https://github.com/Kohrak"><i class="fab fa-github"></i></a></p>
<p class='text-center'>Github</p>
</div>
<div class="col-md-4 col-sm-12">
<a target="_blank" href="https://www.freecodecamp.org/kohrak"><img src="https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg" class="fcc"></a>
</div>
<div class="col-md-4 col-sm-12">
<p class="big-icon text-center"><a target="_blank" href="https://codepen.io/Kohrak/"><i class="fab fa-codepen big-icon text-center"></i></a></p>
<p class="text-center">Codepen</p>
</div>
</div>
<hr>
</div>
</div>
<div id="contact">
<div class="container">
<h2>Contact</h2>
<p>If you would like to contact me just click <a href="mailto:[email protected]">here</a> and send me an email!</p>
<hr>
</div>
</div>
</html>