-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (133 loc) · 6.12 KB
/
index.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="UTF-8" />
<meta name = "viewport" content = "widht=device.width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="./img"/>
<title>Melvin Fernando</title>
</head>
<body>
<div class ="portofolio">
<header>
<nav>
<h3 class="logo">Melvin Fernando</h3>
<svg
class="menu"
width="43"
height="23"
viewbox="0 0 43 23"
fill="none"
xlms="http://www.w3.org/2000/svg"
>
<svg width="34" height="27" viewBox="0 0 34 27" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 3H34" stroke="white" stroke-width="6"/>
<path d="M0 24H34" stroke="white" stroke-width="6"/>
<path d="M0 13H34" stroke="white" stroke-width="6"/>
</svg>
<div class="nav-open">
<div class ="head">
<h3>Melvin Fernando</h3>
<p>Taking an image, freezing a moment, reveals how rich reality truly is.</p>
<div class="social">
<h3>Social media</h3>
<div class="social-links">
<a href="https://twitter.com/iamblue175">
<img src="./img/twitter.svg" alt="twitter"></a>
<a href="https://www.instagram.com/melvin.fernando.79/?hl=en">
<img src="./img/insta.svg" alt="insta"/></a>
<a href="https://www.linkedin.com/in/melvin-fernando-16a2781a6/">
<img src="./img/linked.svg" alt="linked"></a>
</div>
</div>
<p>Made with
<img src="./img/heart.png"/>
by Melvin </p>
</div>
</nav>
<main>
<section class="page bird">
<div class="info">
<h1>BIRDS</h1>
<h2>Canon 700D</h2>
<p>02-04-2018</p>
</div>
<div class="hero">
<a href="photo.html">
<img class="bird-left" src="./img/luca-left.png" alt="bird" />
<img class="bird-right" src="./img/luca-right.png" alt="bird" />
</a>
</div>
</section>
<section class="page car">
<div class="info">
<h1>ANTIQUES</h1>
<h2>Canon 700D</h2>
<p>08-10-2019</p>
</div>
<div class="hero">
<a href="car.html">
<img class="car-left" src="./img/horse-left.png" alt="car" />
<img class="car-right" src="./img/horse-right.png" alt="car" />
</a>
</div>
</section>
<section class="page fruit">
<div class="info">
<h1>PLANTS</h1>
<h2>Canon 700D</h2>
<p>17-07-2019</p>
</div>
<div class="hero">
<a href="fruit.html">
<img class="pine-left" src="./img/plant-left.png" alt="fruit" />
<img class="pine-right" src="./img/plant-right.png" alt="fruit" />
</a>
</div>
</section>
<div class="pages">
<div class="page-1">
<h3>01</h3>
<svg
class="slide active"
width="12"
height="12"
viewbox="0 0 12 12"
fill="none"
xlms="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white"/>
</svg>
</div>
<div class="page-2">
<h3>02</h3>
<svg
class="slide"
width="12"
height="12"
viewbox="0 0 12 12"
fill="none"
xlms="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</div> <div class="page-3">
<h3>03</h3>
<svg
class="slide"
width="12"
height="12"
viewbox="0 0 12 12"
fill="none"
xlms="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</div>
</div>
</main>
</header>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/TweenMax.min.js" integrity="sha512-DkPsH9LzNzZaZjCszwKrooKwgjArJDiEjA5tTgr3YX4E6TYv93ICS8T41yFHJnnSmGpnf0Mvb5NhScYbwvhn2w==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/TimelineMax.min.js" integrity="sha512-0xrMWUXzEAc+VY7k48pWd5YT6ig03p4KARKxs4Bqxb9atrcn2fV41fWs+YXTKb8lD2sbPAmZMjKENiyzM/Gagw==" crossorigin="anonymous"></script>
<script src="./js/app.js"></script>
</body>
</html>