-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 2.05 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 2.05 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
<!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="css/main.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Working Pseudocode, Wopslang</title>
</head>
<body class="font-reg black_background flex_column fullsize basic_font_family">
<div class="white_background flex_vertical_center flex_horizonal_center" style="width: 100%;">
<h3>Notice: This webpage is still on construction. Stay tuned.</h3>
</div>
<nav class="theme_background" style="width: 100%; height: fit-content; padding-top: 0.5%; padding-bottom: 0.5%;">
<div class="flex_vertical_center flex_horizonal_center" style="width: 100%; justify-content: space-between;">
<div class="flex_row flex_vertical_center" style="margin-left: 5%;">
<a href="https://wopslang.github.io" style="text-decoration: none;"><img class="nomargin" src="img/logo3.png" alt="Wopslang Logo" width="50em" height="50em" style="display: block;"></a>
</div>
<div class="flex_row flex_vertical_center" style="justify-content: flex-end; padding-right: 5%;">
<h1 class="font-reg nav_margin" style="font-size: 16px;">Why Wopslang</h1>
<h1 class="font-reg nav_margin" style="font-size: 16px;">Get Started</h1>
<a class="font-reg nav_margin nav_a" href="./docs/" target='_blank'>Docs</a>
</div>
</div>
</nav>
<section class="fullsize theme_background flex_column flex_horizonal_center flex_vertical_center" style="padding-top: 7%; padding-bottom: 7%; background-image: url(img/bg.jpeg); background-position: center;">
<h1 class="gs_font_family" style="font-weight: 700; font-size: 3em">Working Pseudocode, Wopslang</h1>
<h1 class="nomargin"><a href="https://github.com/Wopslang/Wops" class="section1_a" target='_blank'>Visit Github Repository</a></h1>
</section>
</body>
</html>