-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (31 loc) · 1.19 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
<!DOCTYPE HTML>
<html>
<head>
<title>Turing Control</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:800&display=swap" rel="stylesheet">
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1 style="font-family: Montserrat;">
<span style="color:white; background:red; padding:10px">TURING</span>
<span style="color:white"> CONTROL </span>
</h1>
<p style="font-size: 15px; letter-spacing: .165em; font-weight: 50;">Explainable Aritificial Intelligence</p>
</header>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/turingcontrol" target="_blank" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>© Turing Control, 2019. All right reserved.<br><br> Owned by Mohammad Aiyaz/Shahebaz.</li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>