-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
260 lines (250 loc) · 12.8 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE html>
<html>
<head>
<title>Lengieng's Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="app.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#" target="_blank">Lengieng Ing</a>
</div>
<!-- end navbar-header -->
<!-- Navbar Toggling -->
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<!-- end Navbar Toggling -->
</div>
</nav>
<section id="home" class="text-center">
<div class="container-fluid" id="home-wrapper">
<div class="home-content">
<div class="page-header">
<p>Lengieng's Portfolio</p>
</div>
<ul class="list-unstyled" id="social-btn">
<li><a href="https://twitter.com/lengieng" target="_blank" class="btn btn-default btn-md" role="button"><i class="fa fa-twitter fa-lg"></i> Twitter</a></li>
<li><a href="https://github.com/lengieng" target="_blank" class="btn btn-default btn-md" role="button"><i class="fa fa-github"></i> Github</a></li>
<li><a href="http://www.linkedin.com/in/lengieng" target="_blank" class="btn btn-default btn-md" role="button"><i class="fa fa-linkedin"></i> LinkedIn</a></li>
<li><a href="https://www.freecodecamp.com/lengieng" target="_blank" class="btn btn-default btn-md" role="button"><i class="fa fa-fire"></i> freeCodeCamp</a></li>
</ul>
<!-- end social-btn -->
</div>
</div>
<!-- end container -->
</section>
<!-- end home -->
<section id="about">
<div class="container-fluid" id="about-wrapper">
<div class="about-content">
<h1>Who am I?</h1>
<p><img id="profile-pic" src="assets/profile_245x245.jpg" alt="Lengieng" class="img-responsive img-circle" width="125px" height="125px">Hi! My name is Lengieng (nickname: Brian), a Cambodian-born software developer. Currently, I'm living in Halifax, Nova Scotia, Canada. I used to live, study and work in Seoul, South Korea for the past 6 years. I have an extensive background in <strong>C</strong> programming. My last 3+ years of experience has been dealing with embedded network security. Now, I have an interest in mobile development, e-commerce, digital marketing and web-related development. I'm also a student at <a href="https://www.freecodecamp.com/lengieng" target="_blank">FreeCodeCamp.com</a>. I'm proficient in <strong>HTML5</strong>, <strong>CSS3</strong>, <strong>JavaScript</strong>, <strong>jQuery</strong> and <strong>PHP 5</strong>.</p>
</div>
</div>
<!-- end container -->
</section>
<!-- end about -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h2 class="text-center">Below are some of my portfolios:</h2>
</div>
<!-- end col-xs-12 -->
</div>
<!-- end row -->
<div class="row">
<div class="col-sm-4">
<div class="thumbnail">
<a href="http://codepen.io/lengieng/full/MyWqrR" target="_blank">
<img class="img-responsive center-block" src="assets/thumbnails/tribute-page.png" alt="Tribute page">
</a>
<div class="caption">
<div class="text-center">
<h3>A Tribute Page</h3>
<hr>
<span class="tag">HTML5</span>
<span class="tag">CSS3</span>
<span class="tag">Bootstrap3</span>
</div>
<!-- end text-center -->
</div>
<!-- end caption -->
</div>
<!-- end thumbnail -->
</div>
<!-- end col-sm-4 -->
<div class="col-sm-4">
<div class="thumbnail">
<a href="http://codepen.io/lengieng/full/WrGwEB/" target="_blank">
<img class="img-responsive center-block" src="assets/thumbnails/quote-machine.png" alt="Random Quote Machine">
</a>
<div class="caption">
<div class="text-center">
<h3>Random Quote Machine</h3>
<hr>
<span class="tag">HTML5</span>
<span class="tag">CSS3</span>
<span class="tag">jQuery</span>
<span class="tag">Twitter</span>
<span class="tag">FontAwesome</span>
</div>
<!-- end text-center -->
</div>
<!-- end caption -->
</div>
<!-- end thumbnail -->
</div>
<!-- end col-sm-4 -->
<div class="col-sm-4">
<div class="thumbnail">
<a href="http://codepen.io/lengieng/full/ZWLGPJ" target="_blank">
<img class="img-responsive center-block" src="assets/thumbnails/local-weather.png" alt="Local weather app">
</a>
<div class="caption">
<div class="text-center">
<h3>Local Weather App</h3>
<hr>
<span class="tag">HTML5</span>
<span class="tag">CSS3</span>
<span class="tag">jQuery</span>
<span class="tag">OpenWeatherAPI</span>
</div>
<!-- end text-center -->
</div>
<!-- end caption -->
</div>
<!-- end thumbnail -->
</div>
<!-- end col-sm-4 -->
</div>
<!-- end row -->
<div class="row">
<div class="col-sm-4">
<div class="thumbnail">
<a href="http://codepen.io/lengieng/full/VaWjYQ" target="_blank">
<img class="img-responsive center-block" src="assets/thumbnails/wikipedia-viewer.png" alt="Wikipedia Viewer">
</a>
<div class="caption">
<div class="text-center">
<h3>Wikipedia Viewer</h3>
<hr>
<span class="tag">HTML5</span>
<span class="tag">CSS3</span>
<span class="tag">Bootstrap3</span>
<span class="tag">jQuery</span>
<span class="tag">MediaWikiAPI</span>
<span class="tag">AJAX</span>
</div>
<!-- end text-center -->
</div>
<!-- end caption -->
</div>
<!-- end thumbnail -->
</div>
<!-- end col-sm-4 -->
<div class="col-sm-4">
<div class="thumbnail">
<a href="https://codepen.io/lengieng/full/vGpbvB/" target="_blank">
<img class="img-responsive center-block" src="assets/thumbnails/twitch-streamers.png" alt="Twitch Streamers">
</a>
<div class="caption">
<div class="text-center">
<h3>Twitch Streamers</h3>
<hr>
<span class="tag">HTML5</span>
<span class="tag">CSS3</span>
<span class="tag">Bootstrap3</span>
<span class="tag">jQuery</span>
<span class="tag">AJAX</span>
<span class="tag">TwitchAPI</span>
</div>
<!-- end text-center -->
</div>
<!-- end caption -->
</div>
<!-- end thumbnail -->
</div>
<!-- end col-sm-4 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- end portfolio -->
<hr>
<section id="contact">
<div class="container">
<h3 class="text-center">Connect with Lengieng</h3>
<div class="container glow" id="business-card">
<div class="row">
<div class="col-xs-12">
<h2 id="business-card-header">Lengieng Ing</h2>
<hr style="margin:0">
<p>Software Developer (Embedded Network Security | Web)</p>
</div>
<!-- end col-xs-12 -->
</div>
<!-- end row -->
<div class="row">
<div class="col-xs-5">
<p>(902) xxx-xxxx</p>
</div>
<!-- end of col-xs-5 -->
<div class="col-xs-7" id="right-contact">
<p><a href="mailto:[email protected]">[email protected]</a><br><a href="http://www.linkedin.com/in/lengieng" target="_blank">www.linkedin.com/in/lengieng</a></p>
</div>
<!-- end of col-xs-7 -->
</div>
<!-- end row -->
</div>
<!-- end business-card -->
</div>
<!-- end container -->
</section>
<!-- end contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<ul class="list-inline">
<li><a href="#">Home</a></li>
<li>⋅</li>
<li><a href="#about">About</a></li>
<li>⋅</li>
<li><a href="#portfolio">Portfolio</a></li>
<li>⋅</li>
<li><a href="#contact">Contact</a></li>
</ul>
<p class="text-muted small" id="copyright"></p>
</div>
<!-- end col-sm-12 -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</footer>
<!-- end footer -->
<script src="https://code.jquery.com/jquery-2.2.2.min.js" integrity="sha256-36cp2Co+/62rEAAYHLmRCPIych47CvdM+uTBJwSzWjI=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="app.js"></script>
</body>
</html>