-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinomagazine.html
67 lines (56 loc) · 3.52 KB
/
finomagazine.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>FINO magazine // 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">// FINO</div>
</div>
</div>
<div class ="sectionbasic">
<div class="topex">
</div>
<div class="containerabout">
<div class="leftimageheadwsd"><img src="image/portinto/finomagazine.jpg"></div>
<div class="rightimageabout">
<audio controls>
<source src="./soundcites/JuanitaSales.mp3" type="audio/ogg">
Your browser does not support the audio element.
</audio>
<h1 style="color:#2a428a;">Be bold. Be FINO.</h1> FINO is a bold, daring, and eye catching magazine. Centered around haircare, FINO aims to bring awareness to the changing trends in the men’s grooming sector. Particularly, the trend that motivates men to pop some color and dye their hair without fear of judgment.<br><br><iframe src="https://cdn.flipsnack.com/widget/v2/widget.html?hash=fvt5enj9d&bgcolor=EEEEEE&t=1546292303" width="350px" height="250px" seamless="seamless" scrolling="no" frameBorder="0" allowFullScreen></iframe><br><br>Through the use of a daring teal, orange, and pink color scheme, FINO magazine points to a new generation of males who want to live BOLD. <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>