-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
244 lines (222 loc) · 7.38 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Iulia Sargu's Portfolio</title>
<meta name="description" content="Iulia Sargu's Front End Development Portfolio">
<meta name="author" content="Sargu Iulia">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<!-- Font Awesome -->
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans|Oswald"
rel="stylesheet prefetch">
<!-- Custom Styles -->
<link
href="resources/css/fcc-portfolio-2-style.css"
rel="stylesheet">
<!-- JQuery -->
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous">
</script>
<!-- Bootstrap JavaScript -->
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous">
</script>
<!-- Analytics script -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96792682-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#portfolioNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="resources/img/kanpeki-logo.png" alt="Brand logo"></a>
</div>
<div>
<div class="collapse navbar-collapse" id="portfolioNavbar">
<ul class="nav navbar-nav">
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
<div id="contentContainer">
<div id="about" class="container-fluid section-about">
<div class="row">
<div class="col-lg-9 col-xs-12">
<p>
Aspiring Web Developer with a passion for UI/UX design
and all things Front End.
<br>Looking for professional opportunities
in Cluj-Napoca, Romania or remote.
<!-- Young professional with CS background.
<br>Looking to acquire relevant job experience.
<br>in the IT industry.
<br>Mainly interested in Front-end development. -->
</p>
</div>
<div class="col-lg-3 col-xs-12">
<img src="resources/img/profile-photo.png" class="center-block" alt="Profile photo">
</div>
</div>
</div>
<div id="portfolio" class="container-fluid section-portfolio">
<h1>Portfolio</h1>
<div class="row">
<div class="col-sm-6 col-xs-12">
<div class="hovereffect">
<img src="resources/img/first-project-screenshot.jpg" class="img-responsive" alt="Screenshot of the first project">
<div class="overlay">
<h2>tribute page</h2>
<p>
<a href="projects/fcc/1-tribute/">
View project
</a>
</p>
<p>
<a href="http://codepen.io/kanpeki/pen/RogoNg" target="_blank">
View code
</a>
</p>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="hovereffect">
<img src="resources/img/second-project-screenshot-grayscale.jpg" class="img-responsive" alt="Screenshot of the second project">
<div class="overlay">
<h2>personal portfolio</h2>
<p>
<a href="projects/fcc/2-portfolio/">View project</a>
</p>
<p>
<a href="http://codepen.io/kanpeki/pen/woeVgo" target="_blank">View code</a>
</p>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="hovereffect">
<img src="resources/img/placeholder-image.jpg" class="img-responsive" alt="Screenshot of the third project coming soon">
<div class="overlay">
<h2>random quote machine</h2>
<p>
<i class="fa fa-cog fa-spin fa-3x fa-fw"></i>
</p>
<p>Project work in progress</p>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="hovereffect">
<img src="resources/img/placeholder-image.jpg" class="img-responsive" alt="Screenshot of the fourth project coming soon">
<div class="overlay">
<h2>wikipedia viewer</h2>
<p>
<i class="fa fa-cog fa-spin fa-3x fa-fw"></i>
</p>
<p>Project work in progress</p>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="hovereffect">
<img src="resources/img/placeholder-image.jpg" class="img-responsive" alt="Screenshot of the fifth project coming soon">
<div class="overlay">
<h2>javascript calculator</h2>
<p>
<i class="fa fa-cog fa-spin fa-3x fa-fw"></i>
</p>
<p>Project work in progress</p>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="hovereffect">
<img src="resources/img/placeholder-image.jpg" class="img-responsive" alt="Screenshot of the sixth project coming soon">
<div class="overlay">
<h2>pomodoro clock</h2>
<p>
<i class="fa fa-cog fa-spin fa-3x fa-fw"></i>
</p>
<p>Project work in progress</p>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="hovereffect">
<img src="resources/img/placeholder-image.jpg" class="img-responsive" alt="Screenshot of the seventh project coming soon">
<div class="overlay">
<h2>tic tac toe game</h2>
<p>
<i class="fa fa-cog fa-spin fa-3x fa-fw"></i>
</p>
<p>Project work in progress</p>
</div>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="hovereffect">
<img src="resources/img/placeholder-image.jpg" class="img-responsive" alt="Screenshot of the eighth project coming soon">
<div class="overlay">
<h2>simon game</h2>
<p>
<i class="fa fa-cog fa-spin fa-3x fa-fw"></i>
</p>
<p>Project work in progress</p>
</div>
</div>
</div>
</div>
</div>
<div id="contact" class="container-fluid section-contact">
<h1>Contact</h1>
<div class="container">
<a href="https://www.linkedin.com/in/kanpeki" target="_blank">
<i class="fa fa-linkedin narrower" aria-hidden="true"></i> LinkedIn
</a>
<a href="https://github.com/kanpeki" target="_blank">
<i class="fa fa-github narrower" aria-hidden="true"></i> GitHub
</a>
<a href="https://www.freecodecamp.com/kanpeki" target="_blank">
<i class="fa fa-free-code-camp" aria-hidden="true"></i> freeCodeCamp
</a>
</div>
</div>
</div>
<footer class="footer">
<p><a href="#">kanpeki</a> © 2017. All Rights Reserved</p>
</footer>
<script src="resources/js/fcc-portfolio-2-script.js"></script>
</body>
</html>