-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (45 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yummy Pizza</title>
<link rel="icon" type="image/x-icon" href="justPizza.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<link rel="stylesheet" href="style2.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KMVKG3L6GE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KMVKG3L6GE');
</script>
<body>
<header>
<div class="first-section">
<nav class="navbar">
<div class="container-fluid">
<a class="" href="https://mailchi.mp/51d2beb79bc3/yummy-pizza"><img src="yummy.png" class="yummy-header"></a>
<a href="https://mailchi.mp/51d2beb79bc3/yummy-pizza"><button class="btn btn1 btn-outline-danger" type="button">First Pizza Free!</button></a>
</div>
</nav>
</div>
</header>
<main>
<section class="main-ad">
<img src="halfPizza2.jpg" class="bg-Pizza">
<div class="main-text">
<h1>AUTHENTIC ITALIAN PIZZA</h1>
<p>Try Pizza the Italian Way</p>
<p>Your First One On Us!</p>
<a href="https://mailchi.mp/51d2beb79bc3/yummy-pizza"><button type="button" class=" btn btn2">Sign Up Now!</button></a>
</div>
</section>
</main>
<footer>
<p>Website created by Darius Williams. Photo from <a href="https://unsplash.com/photos/NzHRSLhc6Cs" target="_blank">Unsplash.com</a>, by Masimo Grabar. Logo from <a href="https://www.namecheap.com/logo-maker/" target="_blank">namecheap.com</a></p>
</footer>
</body>
</html>