-
Notifications
You must be signed in to change notification settings - Fork 0
/
basic.html
72 lines (61 loc) · 3.94 KB
/
basic.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>about // 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">// about me</div>
</div>
</div>
<div class ="sectionbasic">
<div class="containerabout">
<div class="leftimagehead"><img src="image/about/headshot.jpg"></div>
<div class="rightimageabout">
<h1 style="color:#2a428a;">A life long gambler.</h1> The #1 lesson I learned from growing up in sunny Las Vegas, NV was <b>don't be afraid to take risks.</b> Spin that slot machiner lever, and let it roll!<br><br>Now, I'm living in snowy Syracuse, NY working towards a degree in Graphic Design and Information Management & Technology. <br> <br>I am passionate about accessibility awareness and bringing forth societal change within my work. <br> <br>
<i><b><a href="portfolio.html" it out! style="margin-left: -5px;">Check it out!</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 class="tcontainer">
<div class="ticker-wrap">
<div class="ticker-move">
<div class="ticker-item">I worked the cosmetics section at Walgreens and loved every second I was there.</div>
<div class="ticker-item">My favorite superhero is Springman. Spring-a-ling!</div>
<div class="ticker-item">I can only dance well when I play Dance Dance Revolution.</div>
<div class="ticker-item">I am in a professional technology fraternity where my brothers and I look to inspire youth to code! </div>
<div class="ticker-item">This ticker was inspired by the SimCity game series. I love to build and create!</div>
</div> <!-- End Ticker Movement Box -->
</div> <!-- End Ticker Wrap -->
</div> <!-- End TickerContainer -->
</div> <!-- End Main Container -->
</body>
</html>