-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (54 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/3.5.0/remixicon.css" integrity="sha512-HXXR0l2yMwHDrDyxJbrMD9eLvPe3z3qL3PPeozNTsiHJEENxx8DH2CxmV05iwG0dwoz5n4gQZQyYLUNt1Wdgfg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="Css/styles.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="leftContainer">
<div class="divNav">
<div class="divBack">
<i class="ri-arrow-left-line"></i>
</div>
<div class="topRightNav">
<a href="#">Home</a><a href="#">About</a>
<a href="#"><i class="ri-chat-1-fill"></i></a>
</div>
</div>
<div class="contentContainer">
<h1>Strive</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Porro, blanditiis?</p>
<a href="#">Explore</a>
</div>
</div>
<div class="rightContainer">
<div class="rightTopContainer">
<div class="rTopLeftContainer">
<p>
Reflection
</p>
<p>
Reflection
</p>
</div>
<div class="rTopRightContainer">
<p>
Purity
</p>
<p>
Purity
</p>
</div>
</div>
<div class="rightBottomContainer">
<span>Change</span>
<p>
Be The
</p>
</div>
</div>
</body>
</html>