-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
260 lines (204 loc) · 9.05 KB
/
index.html
File metadata and controls
260 lines (204 loc) · 9.05 KB
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
<!-- Original by [Bruce Young](http://2am.ninja/) -->
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Ephellon Dantzler - Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="img/favicon.png"/>
<link href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css' rel='stylesheet prefetch'>
<link href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css' rel='stylesheet prefetch'>
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css' rel='stylesheet prefetch'>
<link href='css/style.css' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:100,300italic,400,700,900' rel='stylesheet' type='text/css'>
</head>
<body>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<nav id="nav-bar" class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<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 class="navbar-brand animated flip" href="#theend">The E.N.D.</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header id="theend">
<div class="container-fluid">
<div class="row me animated fadeIn">
<div class="col-xs-offset-5 col-sm-offset-6 col-xs-7 col-sm-6">
<div class="tagline1">the portfolio of</div>
<div class="tagline2 animated fadeIn">Ephellon</div>
<div class="tagline2 animated fadeIn">Dantzler</div>
<div class="animated fadeIn">
<div class="tagline3a">{</div>
<div class="tagline3b">designer,
<br> computer-programmer,
<br> scientist,
<br> cook
<br>
</div>
<div class="tagline3c">}</div>
</div>
</div>
</div>
<div id="down" class="animated infinite slideInDown">
<i class="fa fa-chevron-circle-down fa-5x" aria-hidden="true"></i>
</div>
</div>
</header>
<!-- about page -->
<section id="about" class="container-fluid">
<div class="row section-banner">
<div class="col-md-offset-3 col-md-6 text-center">
<div>
<span class="line about"></span>
<span class="section-title about">about</span>
<span class="line about"></span>
</div>
</div>
</div>
<div class="row max">
<div class="col-sm-4 text-center">
<div class="desc">
<div class="icon-me"><i class="fa fa-eye"></i></div>
<p>A software developer with an eye for design, UX and UI development and a strong desire to learn and create. I have a long history in the areas of software, multimedia production and web development.</p>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="desc">
<div class="icon-me"><i class="fa fa-pencil"></i></div>
<p>I believe in life-long learning and am constantly exploring new ideas, technologies, and other experiences.</p>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="desc">
<div class="icon-me"><i class="fa fa-laptop"></i></div>
<p>My interests and hobbies vary, with a few qualifications in software development, designing, and customer service.</p>
</div>
</div>
</div>
</section>
<!-- portfolio page -->
<section id="portfolio" class="container-fluid">
<div class="row section-banner">
<div class="col-md-offset-3 col-md-6 text-center">
<div>
<span class="line portfolio"></span>
<span class="section-title portfolio">portfolio</span>
<span class="line portfolio"></span>
</div>
</div>
</div>
<div class="row max">
<div class="col-sm-offset-2 col-sm-8 text-center">
<div class="desc">
<p>Here are some of my works. The details of each project are on the reverse of the card.</p>
</div>
</div>
</div>
<!-- portfoloio cards -->
<div class="row" id="theProjects">
</div>
</section>
<!-- website -->
<section id="contact" class="container-fluid">
<div class="row section-banner">
<div class="col-md-offset-3 col-md-6 text-center">
<div>
<span class="line contact"></span>
<span class="section-title contact">contact</span>
<span class="line contact"></span>
</div>
</div>
</div>
<div class="row max">
<!-- e-mail -->
<div class="col-sm-4 text-center">
<div class="desc">
<div class="icon-contact">
<a data-toggle="tooltip" title="Email" data-placement="top" href="mailto:minkcbos@gmail.com">
<i class="fa fa-envelope"></i>
</a>
</div>
</div>
</div>
<!-- Facebook -->
<div class="col-sm-4 text-center">
<div class="desc">
<div class="icon-contact">
<a data-toggle="tooltip" title="Facebook" data-placement="top" href="https://www.facebook.com/profile.php?id=100010156487532" target="_blank">
<i class="fa fa-facebook-square"></i>
</a>
</div>
</div>
</div>
<!-- Twitter -->
<div class="col-sm-4 text-center">
<div class="desc">
<div class="icon-contact">
<a data-toggle="tooltip" title="Twitter" data-placement="top" href="https://twitter.com/ephellon" target="_blank">
<i class="fa fa-twitter-square"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- fixed footer for social links -->
<footer id='social-footer'>
<ul>
<li class='highlight'>
<a class="fa-stack fa-1x" data-toggle="tooltip" title="Email" data-placement="top" href="mailto:minkcbos@gmail.com">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x blacktext"></i>
</a>
</li>
<li class='highlight'>
<a class="fa-stack fa-1x" data-toggle="tooltip" title="Linkedin" data-placement="top" href="https://www.linkedin.com/in/ephellon-dantzler-9641b6121/" target="_blank"><i class="fa fa-linkedin-square fa-stack-2x"></i></a>
</li>
<li class='highlight'>
<a class="fa-stack fa-1x" data-toggle="tooltip" title="Twitter" data-placement="top" href="https://twitter.com/ephellon" target="_blank"><i class="fa fa-twitter-square fa-stack-2x"></i></a>
</li>
<li class='highlight'>
<a class="fa-stack fa-1x" data-toggle="tooltip" title="GitHub" data-placement="top" href="https://github.com/ephellon" target="_blank"><i class="fa fa-github-square fa-stack-2x"></i></a>
</li>
<li class='highlight'>
<a class="fa-stack fa-1x" data-toggle="tooltip" title="CodePen" data-placement="top" href="https://codepen.io/Ephellon/" target="_blank">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-codepen fa-stack-1x blacktext"></i>
</a>
</li>
<li class='highlight'>
<a class="fa-stack fa-1x" data-toggle="tooltip" title="Facebook" data-placement="top" href="https://www.facebook.com/profile.php?id=100010156487532" target="_blank"><i class="fa fa-facebook-square fa-stack-2x"></i></a>
</li>
<li class='highlight'>
<a class="fa-stack fa-1x" data-toggle="tooltip" title="Google+" data-placement="top" href="https://plus.google.com/106895800708373761848" target="_blank"><i class="fa fa-google-plus-square fa-stack-2x"></i></a>
</li>
</ul>
<div class="text-center copyright">
</div>
</footer>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script>
<script src='js/verge.js'></script>
<script src='js/index.js'></script>
</body>
</html>