Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated beta before launch #3

Merged
merged 2 commits into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions about.html
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>
11 changes: 6 additions & 5 deletions arraymethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
<a class="nav-link active text-white navText" aria-current="page" href="/index.html">Home</a>
</li>
<li class="nav-item navText">
<a class="nav-link navText" href="#">About</a>
<a class="nav-link navText" 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">
<!--
<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>
Expand All @@ -45,7 +46,7 @@

<li><a class="dropdown-item" href="#">Placeholder</a></li>
</ul>
</li>
</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
Expand All @@ -56,10 +57,10 @@
</ul>
</li>
</ul>
<form class="d-flex" role="search">
<!-- <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>
</form> -->
</div>
</div>
</nav>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<a class="nav-link active text-white navText" aria-current="page" href="/index.html">Home</a>
</li>
<li class="nav-item navText">
<a class="nav-link navText" href="#">About</a>
<a class="nav-link navText" href="about.html">About</a>
</li>
<li class="nav-item navText">
<a class="nav-link navText" href="initialSetup.html">Getting Started</a>
Expand Down Expand Up @@ -57,10 +57,10 @@
</ul>
</li>
</ul>
<form class="d-flex" role="search">
<!-- <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>
</form> -->
</div>
</div>
</nav>
Expand Down
108 changes: 56 additions & 52 deletions initialSetup.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,58 +11,59 @@
<body class="">
<!-- 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 active text-white navText" aria-current="page" href="/index.html">Home</a>
</li>
<li class="nav-item navText">
<a class="nav-link navText" href="#">About</a>
</li>
<li class="nav-item navText">
<a class="nav-link navText" href="initialSetup.html">Getting Started</a>
</li>
<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 active text-white navText" aria-current="page" href="/index.html">Home</a>
</li>
<li class="nav-item navText">
<a class="nav-link navText" 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">
<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><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><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>
<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>
</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>
</nav>
</div>
</nav>
<!-- !SECTION End Nav -->
<!-- SECTION Main Content -->

Expand Down Expand Up @@ -102,17 +103,20 @@ <h2 class="text-center display-6 pt-5">Installing VS Code</h2>
<div class="row fullyCentered">
<hr class="border border-1 border-dark">
<h1 class="text-center display-3 pt-4">What's Next?</h1>
<h2 class="text-center display-6 pt-5">Select your operating system</h2>
<div class="row centeredTogether">
<div class="col m-2 maxWidth600">
<a href="macSetup.html" class="removeLinkDecor" alt="Mac Setup Page"><img src="./images/apple.svg" class="img-fluid" alt="Mac Logo">
<h2 class="p-3">Mac Setup Page</h2></a>

<h2 class="text-center display-6 pt-5 pb-5">Select your operating system</h2>
<div class="row centeredTogether maxWidthRow">

<div class="col-md-2 col-sm-12 ">
<a href="macSetup.html" class="removeLinkDecor" alt="Mac Setup Page"><img src="./images/apple.svg" class="img-fluid maxWidth" alt="Mac Logo">
<h2 class="p-3">Mac Setup</h2></a>
</div>
<div class="col pt-5 m-2 maxWidth600">
<a href="winSetup.html" class="removeLinkDecor" alt="Windows Setup Page"><img src="./images/microsoft-windows-icon.svg" class="img-fluid" alt="Windows Logo"><h2 class="p-5">Windows Setup Page</h2> </a>
<div class="col-md-2 col-sm-12">
<a href="winSetup.html" class="removeLinkDecor" alt="Windows Setup Page"><img src="./images/microsoft-windows-icon.svg" class="img-fluid maxWidth" alt="Windows Logo"><h2 class="pt-3">Windows Setup</h2> </a>
</div>
</div>
</div>
</div>

</div>

Expand Down
11 changes: 6 additions & 5 deletions macSetup.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
<a class="nav-link active text-white navText" aria-current="page" href="/index.html">Home</a>
</li>
<li class="nav-item navText">
<a class="nav-link navText" href="#">About</a>
<a class="nav-link navText" 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">
<!--
<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>
Expand All @@ -46,7 +47,7 @@
<li><a class="dropdown-item" href="#">Placeholder</a></li>
</ul>
</li>
</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
Expand All @@ -57,10 +58,10 @@
</ul>
</li>
</ul>
<form class="d-flex" role="search">
<!-- <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>
</form> -->
</div>
</div>
</nav>
Expand Down
26 changes: 20 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300&family=Press+Start+2P&family=Roboto+Slab:wght@300&family=Roboto:ital,wght@1,300&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
td {
vertical-align: middle;
}
Expand Down Expand Up @@ -29,6 +28,11 @@ td {
z-index: -1;
}

.ptLogo{
border-radius: 20px;
max-width: 400px;
}

.logoBackground {
background-color: black;
width: 200px;
Expand Down Expand Up @@ -140,9 +144,19 @@ td {
.centeredTogether{
text-align: center;
justify-content: center;
align-items: center;
align-content: center;
}

.maxWidth600{
max-width: 400px;
}
.maxWidth{
max-width: 250px;
max-height: 250px;

}

.maxWidthRowInitial {
max-width: 600px;
}

.indieFlower {
font-family: 'Indie Flower', cursive;
}
Loading