-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (52 loc) · 3.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/mounts.css">
<link rel="stylesheet" href="styles/root.css">
<link rel="stylesheet" href="styles/fonts.css">
<link rel="stylesheet" href="styles/navigation.css">
<link rel="stylesheet" href="styles/scrollbar.css">
<title>Pronum</title>
</head>
<body>
<div id="root" class="web-mount">
<div class="nav-87xaA4">
<span class="left-section">
<span class="searchsection-XJa2sk">
<span class="absolutesection-4aa9s0">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="var(--white-color)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search search-svg-area"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="var(--white-color)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-command command-svg-area"><path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"></path></svg>
<p class="textCustomized-48sa4A">+</p>
<p class="textCustomized-48sa4A">I</p>
</span>
<button class="searchbutton-XUasn4"><p class="searchbuttontext-Smadn2">Search</p></button>
</span>
</span>
<span class="right-section">
<a href=""><li>Work-in Progress</li></a>
<a href=""><li>Documentation</li></a>
<a href=""><li>Github</li></a>
<a href=""><li>About Us</li></a>
</span>
</div>
<div class="undersection-MacH82">
<div class="firstimage-SDNa29"></div>
<div class="buttonsection-DJnas2 flex-col" id="button-sections">
<div class="flex-col" id="imp-col">
<p class="textwhite-MNs82K" id="imp-col-text">Pronum, All things you are thinking of, is here!</p>
</div>
<div class="flex-row" id="imp-row">
<button class="purplethemed-button" id="more-about-us-button">More about us</button>
<button class="graythemed-button" id="documentation-button">Documentation</button>
</div>
</div>
<div class="secondlayout-RR8s2N"></div>
</div>
</div>
<script src="scripts/handlers.js" defer></script>
<script src="scripts/sizeconvert.js" defer></script>
</body>
</html>