-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (69 loc) · 3.72 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
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Share+Tech+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="matrix.css">
<link rel="stylesheet" href="general.css">
<link rel="stylesheet" href="navigation.css">
<link rel="stylesheet" href="img-grd.css">
<title>THI</title>
<link rel="icon" type="image/ico" href="/img/favicon.ico">
</head>
<body>
<section class="main-section">
<div class="hero">
<video autoplay loop muted playsinline class="back-video">
<source src="/img/bw.mp4" type="video/mp4">
</video>
<div class="container">
<nav class="nav-bar">
<div class="toggle-menu">
<div class="line line1"></div>
<div class="line line2"></div>
<div class="line line3"></div>
</div>
<ul class="nav-list">
<h2 class="mh">MENU</h2>
<li class="nav-list-item"><a href="https://ooexiaoo.github.io/Matrix/" class="nav-link">HOME</a></li>
<li class="nav-list-item"><a href="https://ooexiaoo.github.io/Matrix/deck" class="nav-link">DECKS</a></li>
<li class="nav-list-item"><a href="#" class="nav-link">THREAT</a></li>
<li class="nav-list-item"><a href="#" class="nav-link">NAVIGATION</a></li>
<li class="nav-list-item"><a href="#" class="nav-link">MESSAGES</a></li>
</ul>
</nav>
</div>
</div>
</section>
<div class="content">
<h1>TOHA HEAVY INDUSTRIES</h1>
<button class="button">LOGIN</button>
</div>
<section class="text">
<h2>WHO ARE WE?</h2>
<p class="para">Toha Heavy Industries is a cutting-edge technology and engineering company<br>
specializing in advanced robotics, cybernetic enhancements, and AI systems.<br>
Renowned for its innovation, the company pioneers solutions in defense,<br>
infrastructure, and medical sectors, enhancing human capabilities and<br>
revolutionizing industry standards globally.</p>
</section>
<div class="grid-master">
<img class="pictures" src="/img/ERGO PROXY.webp" alt="ERGO PROXY">
<img class="pictures" src="/img/giphy.webp" alt="Giphy">
<img class="pictures" src="/img/giphy (1).webp" alt="Giphy 1">
<img class="pictures" src="/img/ghost-in-the-shell-movie-800x450.jpg" alt="Ghost in the Shell Movie">
<img class="pictures" src="/img/wp1843941-ghost-in-the-shell-wallpapers.jpg" alt="Ghost in the Shell Wallpapers">
<img class="pictures" src="/img/wp1843940-ghost-in-the-shell-wallpapers.jpg" alt="Ghost in the Shell Wallpapers">
<img class="pictures" src="/img/wp1843957-ghost-in-the-shell-wallpapers.jpg" alt="Ghost in the Shell Wallpapers">
<img class="pictures" src="/img/wp1843981-ghost-in-the-shell-wallpapers.jpg" alt="Ghost in the Shell Wallpapers">
<img class="pictures" src="/img/05e4008595aecdc1fbafe42cdaa05b096150d4b3_hq.gif" alt="GIF 1">
<img class="pictures" src="/img/ghost-in-the-shell-1995-gif-6.gif" alt="Ghost in the Shell GIF">
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="nav.js"></script>
</body>
</html>