-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
160 lines (159 loc) · 6.47 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Wedding Creations Co </title>
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="icon" type="image/x-icon" href="./images/minilogo.png"> <!--code for customizing icon on the browser tab -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300i,400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Yellowtail&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Genos:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>
<body>
<!-- D&B NAVBAR -->
<nav class="navbar">
<!-- D&B LOGO -->
<div>
<a href="./index.html">
<img class="logo" src="./images/377193.svg" alt="logo">
</a>
</div>
<ul class="nav-list" id="navlist">
<li class="list-item">
<a href="./index.html"> Home </a>
</li>
<li class="list-item">
<a href="pages/gallery.html"> Gallery </a>
</li>
<li class="list-item">
<a href="pages/collaborations.html"> Collaborations </a>
</li>
<li class="list-item">
<a href="pages/services.html"> Services </a>
</li>
<li class="list-item">
<a href="pages/reviews.html"> Reviews </a>
</li>
<li class="list-item">
<a href="pages/about.html"> About </a>
</li>
<li class="list-item">
<a href="pages/contact.html"> Contact </a>
</li>
</ul>
<div class="menu" id="toggleButton">
<div class="menu-burger"></div>
<div class="menu-burger"></div>
<div class="menu-burger"></div>
</div>
</nav><br>
<h2 class="titleHomePage"> WEDDING CREATIONS Co </h2>
<img class="imageHome" src="./images/background1.jpg" alt="background">
<h2 class="titleHomePageSmall"> FIND OUT OUR SERVICES AND PACKAGE</h2><br>
<div class="containerCard">
<a href="pages/services.html">
<div class="card">
<h3 class="titleCard">Platinum Deluxe</h3>
<div class="bar">
<div class="emptybar"></div>
<div class="filledbar"></div>
</div>
<h3 class="cardPack"> Well... EVERYTHING!! In this package you will enjoy a 360° Wedding design. This package also includes some interesting extra bonus services, you can find them in Collabs! section.</h3>
</div>
</a>
<a href="pages/services.html">
<div class="card">
<h3 class="titleCard">Fairy Tale</h3>
<div class="bar">
<div class="emptybar"></div>
<div class="filledbar"></div>
</div>
<h3 class="cardPack">Wedding Creations has designed this package for those couples who are looking for something fun and stunning, we have put the services to bautify the party in this package.</h3>
</div>
</a>
<a href="pages/services.html">
<div class="card">
<h3 class="titleCard">Romantic</h3>
<div class="bar">
<div class="emptybar"></div>
<div class="filledbar"></div>
</div>
<h3 class="cardPack">For those couples who preffer mantaining their memories intamete and only with the most closest friends and family we have created this special package for you:</h3>
</div>
</a>
<a href="pages/contact.html">
<div class="card">
<h3 class="titleCard">Own Package</h3>
<div class="bar">
<div class="emptybar"></div>
<div class="filledbar"></div>
</div>
<h3 class="cardPack">Create your own package with us</h3>
</div>
</a>
</div>
<h2 class="titleHomePageSmall"> PLAY WHILE YOU NAVIGATE </h2><br>
<div class="audio-container">
<audio controls autoplay src="./audio/scott-buckley-felicity(chosic.com).mp3">
<p> Error, your browser does not support this sound! </p>
</audio>
</div>
<div class="select-box">
<header>Tic Tac Toe</header>
<div class="content">
<div class="title">Select which you want to be?</div>
<div class="options">
<button class="playerX">Player (X)</button>
<button class="playerO">Player (O)</button>
</div>
</div>
</div>
<!-- playboard section -->
<div class="play-board">
<div class="details">
<div class="players">
<span class="Xturn">X's Turn</span>
<span class="Oturn">O's Turn</span>
<div class="slider"></div>
</div>
</div>
<div class="play-area">
<section>
<span class="box1"></span>
<span class="box2"></span>
<span class="box3"></span>
</section>
<section>
<span class="box4"></span>
<span class="box5"></span>
<span class="box6"></span>
</section>
<section>
<span class="box7"></span>
<span class="box8"></span>
<span class="box9"></span>
</section>
</div>
</div>
<!-- result box -->
<div class="result-box">
<div class="won-text"></div>
<div class="btn"><button>Replay</button></div>
</div>
<script src="./js/game.js"></script>
<!-- D&B FOOTER -->
<script src="./js/footer.js"></script>
<script>
var toggleButton = document.getElementById('toggleButton');
var navList = document.getElementById('navlist');
toggleButton.addEventListener('click', () =>{
navList.classList.toggle('active');
})
</script>
</body>
</html>