-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (51 loc) · 1.73 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
<html>
<head>
<title>TouchBase</title>
<script type="text/javascript" src="js/md5.js"></script>
<script type="text/javascript" src="js/code.js"></script>
<link href="css/styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;1,500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap" rel="stylesheet">
</head>
<body>
<div id="particles-js"></div>
<div class="image-container">
<img src="./images/TB.png" alt="centerimage">
</div>
</div>
<div class="welcome-msg">Welcome to TouchBase</div>
</h1>
<h2 id="header">
<b>Organize Your Contacts Effortlessly</b>
</h2>
<h2 id="subheader">
<i>Secure, fast, and accessible from anywhere.</i>
</h2>
<div class="center">
<div class="L-buttonglow button">
<button onclick="location.href='login.html'">Log In</button>
<span></span>
<span></span>
</div>
<div class="S-buttonglow subutton">
<button onclick="location.href='#.html'">#</button>
<span></span>
<span></span>
</div>
</div>
<div class="center1">
<div class="button_right">
<a href="aboutus.html">About Us</a>
</div>
<div class="button_left">
<a href="https://github.com/jaksec/poosd-small">Learn More</a>
</div>
</div>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
</body>
</html>