Skip to content

Commit

Permalink
Merge pull request #108 from Schola-droid/🎨-Create-the-home-landing-p…
Browse files Browse the repository at this point in the history
…age-#2

🎨 create the home landing page #2
  • Loading branch information
JAPHETHNYARANGA authored Oct 11, 2023
2 parents 81ff8cd + ffa9b7f commit c006ff6
Show file tree
Hide file tree
Showing 8 changed files with 399 additions and 119 deletions.
Binary file added images/Union.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions images/arrow black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/arrow-right-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/elewa-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions images/toRightArrow_tlcdnk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 52 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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>
Loading

0 comments on commit c006ff6

Please sign in to comment.