-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·53 lines (50 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./static/css/main.css">
<link rel="icon" type="image/x-icon" href="./static/img/futura.png">
<script src="./static/scripts/landing.js"></script>
<title>Futura Software - About Us</title>
</head>
<body>
<div class="sticky-header">
<div class="logo", align="left">
<a href="./index.html">
<svg class="logo">
<image href="./static/img/logo.svg" width=3vw height=3vh>
</image>
</svg>
</a>
</div>
<div class="navText">
<a href="./index.html", class="link">
About Us
</a>
<a href="./static/pages/projects.html", class="link">
Projects
</a>
</div>
</div>
<div class="banner">
<div>
<img src="./static/img/futura.png" class="titleicon"></img>
<h1 class="title">Futura Software</h1>
</div>
</div>
<!-- Make the divs into modular blocks -->
<div>
<div class="container">
<div class="containerelement">
<h1 class="elementheading">About Us</h1>
<p class="elementparagraph">We are a group of young aspiring Python Developers who create GUI applications with the tkinter framework</p>
<p class="elementparagraph">We use rdbendes <a href="https://github.com/rdbende/Sun-Valley-ttk-theme" class="link">Sun Valley ttk theme</a> to make our apps look beautiful and native.</p>
</div>
<div class="containerelement", id="members">
<h1 class="elementheading">Members:</h1>
</div>
</div>
</div>
</body>
</html>