-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (98 loc) · 3.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="shortcut icon" href="img/camera-icon.png" type="image/png">
<title>Template</title>
</head>
<body>
<section class="intro">
<nav>
<a href="#" id="menu-icon"></a>
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#port">Portfolio</a></li>
<li><a href="#serv">Services</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
</nav>
<div class="inner">
<div class="content">
<h1>TITOLO</h1>
<p>Il mio sito personale.</p>
</div>
</div>
</section>
<a name="about">
<div class="clearfix"></div>
<section class="left-col">
<h2>About Me</h2>
<p style="text-indent: 6%;">this is a description of me and more</p>
</section>
<section class="sidebar">
<a href="img/right.jpeg"><img src="img/right.jpeg" alt=""></a>
</section>
<div class="clearfix"></div>
<a name="port">
<h2>My portfolio</h2>
<section class="one-third-port">
<a href="img/right.jpeg"><img src="img/right.jpeg" alt=""></a>
</section>
<section class="one-third-port">
<a href="img/right.jpeg"><img src="img/right.jpeg" alt=""></a>
</section>
<section class="one-third-port">
<a href="img/right.jpeg"><img src="img/right.jpeg" alt=""></a>
</section>
<section class="one-third-port">
<a href="img/right.jpeg"><img src="img/right.jpeg" alt=""></a>
</section>
<section class="one-third-port">
<a href="img/right.jpeg"><img src="img/right.jpeg" alt=""></a>
</section>
<section class="one-third-port">
<a href="img/right.jpeg"><img src="img/right.jpeg" alt=""></a>
</section>
<div class="clearfix"></div>
<a name="serv">
<section class="left-col">
<h2>My Services</h2>
<p style="text-indent: 6%">Services offered description</p>
</section>
<section class="sidebar">
<section class="contact">
<p>Weddings <br class="break"> engagements <br class="break">
social <br class="break"> portraits <br class="break"></p>
</section>
</section>
<div class="clearfix"></div>
<a name="contact">
<section class="parallax">
<div class="parallax-inner"></div>
</section>
<div class="clearfix"></div>
<h2>Contact Me</h2>
<section class="contact">
<p>Name <br class="break"> <a href="mailto:me@link.com">me@link.com</a>
<br class="break"> 1-000-000-0000</p>
<p>street <br class="break"> City <br class="break"> State</p>
</section>
<div class="clearfix"></div>
<footer>
<ul class="social">
<li><a href="https://www.facebook.com" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.facebook.com"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.facebook.com"><i class="fa fa-youtube"></i></a></li>
<li><a href="https://www.facebook.com"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.facebook.com"><i class="fa fa-instagram"></i></a></li>
</ul>
</footer>
<footer class="second">
<p>© Photography.</p>
</footer>
</body>
</html>