-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (81 loc) · 3.01 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="images/shiba-logo.png">
<link href="main.css" rel="stylesheet" type="text/css" media="all"/>
<title>mystore Official page</title>
</head>
<body>
<div class="container">
<nav class="bx navbar">
<div class="header-logo">
<h3>mystore</h3>
</div>
<div class="header-link">
<a href="#">About</a>
<a href="#">Shop</a>
<a href="#">Contact</a>
</div>
</nav>
<div class="bx hero">
<div class="hero-1 hero-cta">
<h1>this is mystore landing page</h1>
<p>adaptable student with knowledge of
application development, configuration
management and database design.
Aiming to leverage my abilities to
successfully fill the vacancy at your
company. frequently praised for
communication by my peers, I can be
relied upon to help your company
achieve its goals.
</p>
<button type="button">Sign Up</button>
</div>
<div class="hero-1 hero-image">
<img src="intro.jpg">
</div>
</div>
<div class="bx content">
<h2>my services</h2>
<div class="content-info">
<div>
<img src="webdesign.jpg">
<p>web design</p>
</div>
<div>
<img src="webdesign.jpg">
<p>Graphic design</p>
</div>
<div>
<img src="webdesign.jpg">
<p>youtuber</p>
</div>
<div>
<img src="webdesign.jpg">
<p>photo editing</p>
</div>
</div>
</div>
<div class="bx quote">
<p>"Be the person who don't know how to give up."
</p>
<b>
-- Hat the developer!
</b>
</div>
<div class="bx sign-up">
<div class="sign-item signs-text">
<h3>Keep it updated with latest products!</h3>
<p>Sign up for the latest information right now!</p>
</div>
<div class="sign-item signs-button">
<button type="button">Sign Up</button>
</div>
</div>
<div class="bx footer">
<p>Copyright © The Odin Project 2023</p>
</div>
</div>
</body>
</html>