-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from movarnell/beta
updated beta before launch
- Loading branch information
Showing
7 changed files
with
191 additions
and
77 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link src="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<title>Help Code It</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous"> | ||
<link href="./style.css" rel="stylesheet"> | ||
</head> | ||
<body class="bg-dark"> | ||
<!-- SECTION Navbar --> | ||
<nav class="navbar navbar-expand-lg bg-dark border-bottom border-body text-white " data-bs-theme="dark"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="#"><img src="./images/HELP Dark.png" class="navIcon border border-1 border-danger" ></a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0 text-white"> | ||
<li class="nav-item navText"> | ||
<a class="nav-link text-white navText" aria-current="page" href="/index.html">Home</a> | ||
</li> | ||
<li class="nav-item navText"> | ||
<a class="nav-link navText active" href="about.html">About</a> | ||
</li> | ||
<li class="nav-item navText"> | ||
<a class="nav-link navText" href="initialSetup.html">Getting Started</a> | ||
</li> | ||
<!-- | ||
<li class="nav-item dropdown navText"> | ||
<a class="nav-link dropdown-toggle navText" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
HTML & CSS | ||
</a> | ||
<ul class="dropdown-menu"> | ||
<li><a class="dropdown-item navText" href="#">Placeholder</a></li> | ||
<li><hr class="dropdown-divider"></li> | ||
<li><a class="dropdown-item navText" href="#">Placeholder</a></li> | ||
<li><a class="dropdown-item navText" href="#">Placeholder</a></li> | ||
<li><hr class="dropdown-divider"></li> | ||
<li><a class="dropdown-item" href="#">Placeholder</a></li> | ||
</ul> | ||
</li> --> | ||
<li class="nav-item dropdown navText"> | ||
<a class="nav-link dropdown-toggle navText" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
JavaScript | ||
</a> | ||
<ul class="dropdown-menu"> | ||
<li><a class="dropdown-item navText" href="arraymethods.html">Array Methods</a></li> | ||
|
||
</ul> | ||
</li> | ||
</ul> | ||
<!-- <form class="d-flex" role="search"> | ||
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"> | ||
<button class="btn btn-outline-secondary" type="submit">Search</button> | ||
</form> --> | ||
</div> | ||
</div> | ||
</nav> | ||
<!-- !SECTION End Nav --> | ||
|
||
<!-- SECTION Main Content --> | ||
<div class="container text-light"> | ||
<div class="row"> | ||
<div class="col-md-6 pt-5"> | ||
<h1 class="text-center display-1 indieFlower">About</h1> | ||
<p class="indieFlower">This site is an open source project for the front end program with Promineo Tech. Promineo Tech is a coding bootcamp affiliated with numerous colleges. <a href="https://promineotech.com/" target="_blank">For more information click here.</a></p> | ||
</div> | ||
<div class="col-md-6 d-none d-md-block"> | ||
<a href="https://promineotech.com/" target="_blank"><img src="https://yt3.googleusercontent.com/ytc/AGIKgqNsLyDqHiBuzV-s344O-9PhJTRS5B-rP9VUXGDy=s900-c-k-c0x00ffffff-no-rj" class="img-fluid ptLogo m-4" alt="Promineo Tech Logo"></a> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
<!-- !SECTION end Main Content --> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></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
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
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
Oops, something went wrong.