-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
154 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>WHO ARE WE</title> | ||
<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"> | ||
<link rel="stylesheet" href="toha.css"> | ||
<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> | ||
<li class="nav-list-item"><a href="#" class="nav-link">ABOUT</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</section> | ||
<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> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | ||
<script src="nav.js"></script> | ||
<script src="toha.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters