-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<link rel = "stylesheet" type = "text/css" href = "CSS/styles.css">
<link rel = "stylesheet" type = "text/css" href = "CSS/intro.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Overpass">
<meta charset = "utf-8">
<title>Dexite - Learn & Create</title>
</head>
<body>
<div class="page" id="bannerArea">
<img id="page0Back" src="Image/quantum.png">
<div class="logo">
<img id="bannerLogo" src="SVG/DexiteLogo.svg">
<img id="bannerName" src="SVG/DexiteName.svg">
</div>
<div class="scrollDown">
<img id="downArrow" src="SVG/DownRightAngleArrow.svg">
</div>
</div>
<!--
<div class="page" id="intro">
<h1>Learn</h1>
<h1>Create</h1>
<h1>Evolve</h1>
</div>
-->
</body>
</html>