-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoming.html
More file actions
38 lines (35 loc) · 1.34 KB
/
coming.html
File metadata and controls
38 lines (35 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="mediaqueries.css">
</head>
<body>
<div>
<section id="projects">
<h1 class="title">Coming Soon..</h1>
<div class="experience-details-container">
<div class="about-containers">
<div class="details-container color-container">
<h2 class="experience-sub-title project-title">We are working on something awesome! Stay tuned
for
updates.</h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com/thayoob/ecommerce.git'">
GitHub
</button>
<button class="btn btn-color-2 project-btn" onclick="location.href='index.html'">
Go Back
</button>
</div>
</div>
</div>
</div>
</section>
</div>
</body>
</html>