-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
194 lines (183 loc) · 6.31 KB
/
index.html
File metadata and controls
194 lines (183 loc) · 6.31 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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Shulhina Bakery" />
<meta
property="og:description"
content="Choose the tastiest cake in the world"
/>
<meta
property="og:image"
content="https://simeonshulhin.github.io/hello/assets/media/images/thumbnail.jpg"
/>
<meta
property="og:url"
content="https://simeonshulhin.github.io/hello/"
/>
<link rel="shortcut icon" href="./assets/media/images/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="styles/common.css" />
<link rel="stylesheet" href="styles/header.css" />
<link rel="stylesheet" href="styles/footer.css" />
<link rel="stylesheet" href="styles/animate-invitation.css" />
<link rel="stylesheet" href="styles/index.css" />
<title>Document</title>
<style></style>
</head>
<body>
<main>
<section id="invitation">
<header class="w-85-t">
<nav id="siteNavigation">
<a class="site-navigation-item logo" href="index.html"></a>
<div class="site-navigation-item">
<a href="my-works.html">My Works</a>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 114.73 4.66">
<path
d="M1 1c6.32 2.66 33.62 2.94 57 1.5C82.36 1 105.92 2 113.73 3.66"
fill="none"
stroke="#000"
stroke-linecap="round"
stroke-miterlimit="10"
stroke-width="2"
style="
opacity: 1;
stroke-dasharray: none;
stroke-dashoffset: -114.049;
"
></path>
</svg>
</div>
<div class="site-navigation-item">
<a href="about.html">About</a>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 114.73 4.66">
<path
d="M1 1c6.32 2.66 33.62 2.94 57 1.5C82.36 1 105.92 2 113.73 3.66"
fill="none"
stroke="#000"
stroke-linecap="round"
stroke-miterlimit="10"
stroke-width="2"
style="
opacity: 1;
stroke-dasharray: none;
stroke-dashoffset: -114.049;
"
></path>
</svg>
</div>
<div class="site-navigation-item">
<a href="contacts.html">Contacts</a>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 114.73 4.66">
<path
d="M1 1c6.32 2.66 33.62 2.94 57 1.5C82.36 1 105.92 2 113.73 3.66"
fill="none"
stroke="#000"
stroke-linecap="round"
stroke-miterlimit="10"
stroke-width="2"
style="
opacity: 1;
stroke-dasharray: none;
stroke-dashoffset: -114.049;
"
></path>
</svg>
</div>
</nav>
<nav id="siteNavigationM" role="navigation">
<a class="site-navigation-item logo" href="index.html"></a>
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<a href="my-works.html">
<li>My works</li>
</a>
<a href="about.html">
<li>About</li>
</a>
<a href="contacts.html">
<li>Contacts</li>
</a>
<a href="#">
<li>FAQ</li>
</a>
<a href="#">
<li>Legal</li>
</a>
<a href="#">
<li>Terms and Conditions</li>
</a>
<ul class="footer-icons">
<li>
<a class="insta-icon animate__pulse" href="#"></a>
</li>
<li>
<a class="twit-icon animate__pulse" href="#"></a>
</li>
<li>
<a class="face-icon animate__pulse" href="#"></a>
</li>
<li>
<a class="pint-icon animate__pulse" href="#"></a>
</li>
</ul>
</ul>
</div>
</nav>
</header>
<article class="invitation-main w-85-t">
<h1 class="animate__lightSpeedInTop">SHULHINA</h1>
<div class="cake animate__swing"></div>
<h1 class="animate__lightSpeedInBottom">BAKERY</h1>
</article>
</section>
<section id="order" class="circle-gradient">
<div class="order-wrapper w-85-t">
<h1>Taste the best cake ever</h1>
<h2>
WE LOVE TO HELP YOU CELEBRATE!<br /><br />Talk to a Celebration
Specialist today to plan the perfect cake for your special occasion.
</h2>
<div class="order-button">
<a href="#">ORDER</a>
</div>
<div class="cake-img"></div>
</div>
</section>
</main>
<footer>
<section class="w-85-t">
<ul class="footer-links">
<li><a href="my-works.html">Works</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Legal</a></li>
<li><a href="contacts.html">Contacts</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
<ul class="footer-icons">
<li>
<a class="insta-icon animate__pulse" href="#"></a>
</li>
<li>
<a class="twit-icon animate__pulse" href="#"></a>
</li>
<li>
<a class="face-icon animate__pulse" href="#"></a>
</li>
<li>
<a class="pint-icon animate__pulse" href="#"></a>
</li>
</ul>
</section>
</footer>
<div class="go-up opacity-0">
<a href="#">▲</a>
</div>
<script src="main.js"></script>
</body>
</html>