This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (50 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Huto Research Portal</title>
<link rel="shortcut icon" href="assets/logo.png" type="image/x-icon" />
<link rel="stylesheet" href="assets/css/header.css" />
<link rel="stylesheet" href="assets/css/homepage.css">
</head>
<body>
<header class="header">
<a href="" class="logo"
><img class="logo" src="assets/logo.png" alt="Huto Logo" /> Computer
Science Test</a
>
<div class="header-right">
<a href="login">Login</a>
<a href="signup">Sign Up</a>
<a href="//hutoorg.github.io/contact-us">Contact</a>
</div>
</header>
<div class="homepage">
<div class="name_discrep">
<img src="assets/logo.png" alt="Huto Logo" class="icon" />
<h1>Huto Research Portal</h1>
<h3>For trusted user</h3>
<button class="main" onclick="main_btn()">
Login
</button>
<button class="main" onclick="main_btn()">
Sign Up
</button>
</div>
<div class="section">
<h1>Announcements</h1>
<h3>News, announcements, and information</h3>
<div class="ancms-grid">
<a href="" class="announ"
>• Nothing to see</a
>
</div>
</div>
</div>
<script src="assets/js/homepage.js"></script>
<script type="text/javascript" src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</body>
</html>
</body>
</html>