-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (89 loc) · 3.67 KB
/
index.html
File metadata and controls
104 lines (89 loc) · 3.67 KB
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
<!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"/>
<meta name="description"
content="Professional Photographer available for personal and special events"/>
<meta name="robots" content="content,index"/>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<!-- link for fancybox -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.css">
<link rel="stylesheet" href="css/style.css">
<!-- <link rel="stylesheet" href="protStyle.css"> -->
<title> Natalia Taylor | Photographer </title>
</head>
<body>
<header class="main-head">
<nav>
<h1 id="logo">Natalia Taylor</h1>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="html/portfolio.html">Portfolio</a></li>
<li><a href="html/about.html">About</a></li>
<li><a href="html/testimonials.html">Testimonials </a></li>
<li><a href="html/contact.html">Contact</a></li>
</ul>
<div class="burger">
<span class="line1"></span>
<span class="line2"></span>
<span class="line3"></span>
</div>
</nav>
</header>
<main>
<section class="hero">
<div class="hero-introduction flex">
<h2 class="title">Natalia Taylor</h2>
<h2 class="photography">Photography</h2>
<p class="quote">
“Life is like a camera.<br> Just focus on what’s important and capture the good times, develop from the negatives and if things don’t work out, just take another shot.”
</p>
<a class="link-portfolio" href="html/portfolio.html">Portfolio</a>
<div class="socialMedia">
<ul>
<li>
<a href="#"
><img src="img/facebook-logo.png" height="17%" width="17%" alt="youtube-social-media"
/></a>
</li>
<li>
<a href="#"
><img src="img/twitter.png" height="17%" width="17%" alt="twitter-social-media"
/></a>
</li>
<li>
<a href="#"
><img src="img/instagram.png" height="17%" width="17%" alt="instagram-social-media"
/></a>
</li>
</ul>
</div>
</div>
<div class="hero-images">
<img
class="hero-NataliaTaylor"
src="img/pexels-marcelo-chagas.png"
alt="Picture of Natalia Taylor "
/>
<img class="plant1 plant" src="img/plant1.png" alt="" />
<img class="plant2 plant" src="img/plant2.png" alt="" />
</div>
</section>
</main>
<footer>
<h4>Natalia Taylor © 2021</h4>
<ul>
<li>
</li>
</ul>
</footer>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<!-- for fancybox we use this -->
<script src="js/app.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js"></script>
</body>
</html>