-
Notifications
You must be signed in to change notification settings - Fork 0
/
digsafelyny.html
62 lines (51 loc) · 3.2 KB
/
digsafelyny.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>world sight day // KevinCamelo.com</title>
<meta name="description" content="Kevin Camelo's portfolio.">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Righteous" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Sunflower:300,500,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<body>
<div class="maincontainer">
<div class = "head">
<div class = "logo">
<a href="index.html"><img src="images/kclogo.png"></a>
</div>
<div class="links">
<a href="portfolio.html"><li>portfolio</li></a>
<a href="about.html"><li>about me</li></a>
<a href="resume.html"><li>resumé</li></a>
</div> <!-- End Links -->
</div><!-- End Head -->
<div class="spotlightbasic">
<div class="videobasic"><img src="images/bluetest">
<div class="textoverlaybasic">Under construction.</div>
</div>
</div>
<div class ="sectionbasic">
<div class="containerabout">
<div class="rightimageabout">
<h1 style="color:#2a428a;">It's almost here!</h1>Last month I took the steps to completely redesign my personal website. It has been a blast creating a brand for myself to share my personal visions with viewers like you. <br> <br> The last couple of portfolio pages are currently under construction, but you can see some of the work that's missing by visiting these links!<br> <br>
<a href="https://www.digsafelynewyork.com/news/2018-excavator-safety-seminar-recap">Conference banners and promotional material for ESS 2018 </a> - Dig Safely New York<br><br>
<a href="tnhagency.com">Full Website Redesign</a> - TNH Advertising Agency<br><br>
<i><b><a href="portfolio.html" it out! style="margin-left: -5px;">Back to portfolio.</a></b></i>
</div>
</div>
</div>
<div class="social">
<div class="social_icons">
<div class="message">Let's get in touch</div>
<a href="https://www.instagram.com/kevuhmelo/"target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/kevin.camelo.1"target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/kevincamelo"target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="mailto:[email protected]"><i class="far fa-envelope"></i></a>
</div>
</div>
</div> <!-- End Main Container -->
</body>
</html>