-
Notifications
You must be signed in to change notification settings - Fork 100
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 #108 from Schola-droid/🎨-Create-the-home-landing-p…
- Loading branch information
Showing
8 changed files
with
399 additions
and
119 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -13,9 +13,21 @@ | |
|
||
<title>Collaboration and Contribution</title> | ||
<link rel="stylesheet" href="src/css/style.css"> | ||
|
||
<!-- styling --> | ||
<link rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,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=Montserrat:ital,wght@1,100&family=Roboto:wght@100&display=swap" | ||
rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" /> | ||
<!-- end of styling --> | ||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> | ||
<script src="https://code.jquery.com/jquery-3.7.1.js"></script> | ||
<!-- <script src="./src/ts/index.ts"></script> --> | ||
|
||
<script defer type="module" src="dist\out-tsc\index.js"></script> | ||
</head> | ||
<body id="body"> | ||
|
@@ -38,6 +50,44 @@ | |
</label> | ||
</nav> | ||
|
||
</body> | ||
<body> | ||
|
||
|
||
<header> | ||
<nav class="navbar contain"> | ||
<img src="images/elewa-logo.png" class="logo"> | ||
<input type="checkbox" id="toggler" /> | ||
<label for="toggler"><i class="ri-menu-line"></i></label> | ||
|
||
<div class="menu-list"> | ||
<ul class="navlist"> | ||
<li><a href="#">Solutions<span><img src="images/arrow-down.svg" alt="chevron-down" width="30px" height="15px" | ||
class="chevron"></span></a></li> | ||
<li><a href="#">Projects</a></li> | ||
<li><a href="#">Company</a></li> | ||
<li><a href="#">News</a></li> | ||
</ul> | ||
<button class="contactus-btn"> | ||
<a href="#">Contact us</a> | ||
</button> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
<section class="hero"> | ||
<div class="hero-text"> | ||
<h1>Training at scale</h1> | ||
<p id="human">Human-centered, meaningful and<br>enjoyable</p> | ||
<button class="btn-unlock"> | ||
<span>Unlock your potential</span> <span class="arrow-icon"><img src="images/arrow-right-solid.svg" | ||
alt=""></span> | ||
</button> | ||
|
||
</div> | ||
<div class="hero-img"> | ||
<img src="images/Union.png"> | ||
|
||
</div> | ||
|
||
</html> | ||
</section> | ||
</body> |
Oops, something went wrong.