-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
802b739
commit 34e19cb
Showing
2 changed files
with
55 additions
and
12 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,43 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> | ||
<title>navist</title> | ||
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=ABeeZee&display=swap"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Righteous&display=swap"> | ||
<link rel="stylesheet" href="assets/css/Hero-Clean-images.css"> | ||
<link rel="stylesheet" href="assets/css/Navbar-With-Button-icons.css"> | ||
<link rel="stylesheet" href="assets/css/styles.css"> | ||
</head> | ||
|
||
<body> | ||
<body class="text-center" style="margin: 8px;padding: 2px;padding-left: 0px;padding-right: 0px;margin-left: 4px;margin-right: 4px;"> | ||
<nav class="navbar navbar-light navbar-expand-md py-3" style="border-bottom: 2px solid rgb(0,168,89);"> | ||
<div class="container"><a class="navbar-brand d-flex align-items-center" href="index.html"><span class="bs-icon-sm bs-icon-rounded bs-icon-primary d-flex justify-content-center align-items-center me-2 bs-icon" style="background: #00a859;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-64 0 512 512" width="1em" height="1em" fill="currentColor"> | ||
<!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --> | ||
<path d="M168.3 499.2C116.1 435 0 279.4 0 192C0 85.96 85.96 0 192 0C298 0 384 85.96 384 192C384 279.4 267 435 215.7 499.2C203.4 514.5 180.6 514.5 168.3 499.2H168.3zM192 256C227.3 256 256 227.3 256 192C256 156.7 227.3 128 192 128C156.7 128 128 156.7 128 192C128 227.3 156.7 256 192 256z"></path> | ||
</svg></span><span><strong><span style="color: rgb(0, 168, 89);">NAVIST</span></strong></span></a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button> | ||
<div class="collapse navbar-collapse" id="navcol-1" style="text-align: left;"> | ||
<ul class="navbar-nav me-auto"> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="about.html">About</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://drive.google.com/drive/folders/1a6YLFkmNmbDFPsow0wmKbMMx866_7xq5?usp=sharing">Learning Materials</a> | ||
</li> | ||
</ul> | ||
<a class="btn btn-primary" role="button" style="background: rgb(39,150,0);text-align: left;" href="https://gsu.edu.ng/home/">University Portal</a> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3925.4701428020317!2d11.170261575035212!3d10.304208189817263!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x10ffd090fcf7d665%3A0xd5acb044b580d7da!2sGombe%20State%20University%2C%20Gombe!5e0!3m2!1sen!2sng!4v1702550155976!5m2!1sen!2sng" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> | ||
|
||
</body> | ||
</html> |