-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
307 lines (282 loc) · 11.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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Derin Works LLC</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
<!-- Google Global site tag (gtag.js) - Google Analytics-->
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-63280987-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-63280987-2');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Derin Works LLC</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="http://www.handmadebot.com">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<a href="http://www.handmadebot.com"><img class="img-fluid" src="img/profile.png" alt=""></a>
<div class="intro-text">
<span class="name">Derin Works LLC</span>
<hr class="star-light">
<span class="skills">
Full-Stack Software
<br>Full Cycle Design
<br>Implementation and Testing
<br>Devops and Deployment/Release
</span>
</div>
</div>
</header>
<!--Portfolio Grid Section-->
<section id="portfolio">
<div class="container">
<h2 class="text-center">Portfolio</h2>
<hr class="star-primary">
<div class="text-center">
<a href="https://www.github.com/ozguramac">
<i class="fa fa-github fa-5x"></i>
</a>
</div>
<!--<div class="row">-->
<!--<div class="col-sm-4 portfolio-item">-->
<!--<a class="portfolio-link" href="#portfolioModal5" data-toggle="modal">-->
<!--<div class="caption">-->
<!--<div class="caption-content">-->
<!--<i class="fa fa-search-plus fa-3x"></i>-->
<!--</div>-->
<!--</div>-->
<!--<img class="img-fluid" src="img/portfolio/safe.png" alt="">-->
<!--</a>-->
<!--</div>-->
<!--</div>-->
</div>
</section>
<!-- About Section -->
<section class="success" id="about">
<div class="container">
<h2 class="text-center">About</h2>
<hr class="star-light">
<div class="row">
<div class="col-lg-4 ml-auto">
<p>Producing high-end quality, fully-tested software units based on constant collaboration
with our customers to deduce exact specifications.
</p>
</div>
<div class="col-lg-4 ml-auto">
<p>Striving to understand the business workflows to
design custom-tailored software to fit the needs from management/owner level to end-users of our clients.
</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<h2 class="text-center">Contact Me</h2>
<hr class="star-primary">
<div class="row">
<div class="col-lg-8 mx-auto">
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
<form name="sentMessage" id="contactForm" novalidate>
<div class="control-group">
<div class="form-group floating-label-form-group controls">
<label>Name</label>
<input class="form-control" id="name" type="text" placeholder="Name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group controls">
<label>Email Address</label>
<input class="form-control" id="email" type="email" placeholder="Email Address" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group controls">
<label>Phone Number</label>
<input class="form-control" id="phone" type="tel" placeholder="Phone Number" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group controls">
<label>Message</label>
<textarea class="form-control" id="message" rows="5" placeholder="Message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<br>
<div id="success"></div>
<div class="form-group">
<button type="submit" class="btn btn-success btn-lg" id="sendMessageButton">Send</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>Location</h3>
<p> 2810 N CHURCH ST
<br>#89145
<br>WILMINGTON, DE, 19802-4447</p>
</div>
<div class="footer-col col-md-4">
<h3>Around the Web</h3>
<ul class="list-inline">
<li class="list-inline-item">
<a class="btn-social btn-outline" href="https://www.github.com/ozguramac/">
<i class="fa fa-fw fa-github"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-social btn-outline" href="https://www.linkedin.com/in/ozguramac/">
<i class="fa fa-fw fa-linkedin"></i>
</a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<h3>About Derin Works LLC</h3>
<p>Consulting for Full-Stack Software Engineering</p>
</div>
</div>
</div>
</div>
<div class="container">
<!-- Google Adsense -->
<!-- Second Handmade Bot Ad Unit -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-1096775848340776"
data-ad-slot="3105888849"
data-ad-format="auto"></ins>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © Derin Works LLC 2017
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top d-lg-none">
<a class="btn btn-primary js-scroll-trigger" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<h2>Project Title</h2>
<hr class="star-primary">
<img class="img-fluid img-centered" src="img/portfolio/safe.png" alt="">
<p>Use this area of the page to describe your project. The icon above is part of a free icon set by
<a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>.</p>
<ul class="list-inline item-details">
<li>Client:
<strong>
<a href="http://startbootstrap.com">Client Name</a>
</strong>
</li>
<li>Date:
<strong>
<a href="http://startbootstrap.com">October 2017</a>
</strong>
</li>
<li>Service:
<strong>
<a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button class="btn btn-success" type="button" data-dismiss="modal">
<i class="fa fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
<!-- Body Javascript -->
<!-- Google -->
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</body>
</html>