-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworldsightday.html
73 lines (62 loc) · 4.15 KB
/
worldsightday.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
<!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">// #WSD2019</div>
</div>
</div>
<div class ="sectionbasic">
<div class="containerabout">
<div class="leftimagehead"><iframe src="https://cdn.flipsnack.com/widget/v2/widget.html?hash=fxtpsxth4&bgcolor=EEEEEE&t=1547441312" width="100%" height="100%" seamless="seamless" scrolling="no" frameBorder="0" allowFullScreen></iframe></div>
<div class="rightimageabout">
<h1 style="color:#2a428a;">Eyecare for all.</h1>The Snellen eye chart is a universal symbol at
optomoligist’s worldwide where eyecare is readily provided. This poster aims to communicate a universal need for eyecare with the eye catching headline EYECARE FOR ALL.<br><br>By appealing to the masses, this poster calls for those with access to eyecare to donate to World Sight Day 2019 and provide to those who don't have the opportunity to readily access visioncare.<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 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>