-
Notifications
You must be signed in to change notification settings - Fork 0
/
dailyorange.html
62 lines (50 loc) · 3.41 KB
/
dailyorange.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>the daily orange // 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">//DailyOrange</div>
</div>
</div>
<div class ="sectionbasic">
<div class="containerabout">
<div class="leftimagehead"><iframe width="100%" height="500px" src="https://www.youtube.com/embed/videoseries?list=PLegimXCFSFpapZQ2Mxmd7glWSfqPP5dFo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>
<div class="rightimageabout">
<h1 style="color:#2a428a;">Digital design for all forms of media.</h1>I worked at the Daily Orange as a Digital Design Editor. In this position, I was tasked with creating designs for multiple media including Snapchat, Twitter, Instagram, and The DO's website. The DO reached a record number of impressions during my time with them.<br><br>Check out some of my top snap stories or look through some of my static designs below!<br><br><iframe src="https://cdn.flipsnack.com/widget/v2/widget.html?hash=ftisbmi51&bgcolor=EEEEEE&t=1547443992" width="100%" height="300px" seamless="seamless" scrolling="no" frameBorder="0" allowFullScreen></iframe> <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>