Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedMafaz committed May 30, 2023
2 parents bd960c0 + 3e920ff commit 0fdbe8c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 6 deletions.
12 changes: 11 additions & 1 deletion login.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@font-face {
font-family: 'Font Awesome 5 Free';
src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff2') format('woff2'),
url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff') format('woff');
font-weight: 900;
font-style: normal;
}


/*
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap'); */
*{
margin: 0;
padding: 0;
Expand Down
25 changes: 20 additions & 5 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,41 @@
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>

<link rel="stylesheet" href="login.css">
<link rel="stylesheet" href="navbar.css">

<title>Login - Propoplex</title>
<link rel="icon" href="Images/Favicon.svg" type="image/x-icon" />

<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Poppins&display=swap"
rel="stylesheet"
/>
<!-- Font Awesome Icons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
</head>
<body>
<div class="navbar">
<img src="Images/Logo.svg" alt="Logo" class="logo" />
<a href="index.html" class="home"><i class="fas fa-home"></i>Home</a>
<a href="index.html" class="home"><i class="fas fa-home"></i>Home</a>
<a href="contactus.html"><i class="fas fa-mobile"></i>Contact</a>
<a href="aboutus.html"><i class="fas fa-user"></i>About</a>
<a href="requestnewtool.html"><i class="fas fa-pen"></i>Request New Tool</a>
<a href="login.html"class="item-selected"><i class="fas fa-user"></i> Login</a>
<a href="login.html" class="item-selected"><i class="fas fa-user"></i> Login</a>
<button class="premium_button">
<i class="fas fa-crown" href="gopremium.html"></i>GO PREMIUM
<i class="fas fa-crown" href="gopremium.html"></i>GO PREMIUM
</button>
<a href="settings.html" style="margin-top: 70px"><span class="icon">&#xf013;</span>Settings</a>
<a href="settings.html" style="margin-top: 70px"
><span class="icon">&#xf013;</span>Settings</a
>
<a href="gethelp.html"><span class="icon">&#xf05a;</span>Get Help</a>
<a href="logout.html"><span class="icon">&#xf2f5;</span>Logout</a>
</div>
</div>
<section>
<div class="form-box">
<div class="form-value">
Expand Down

0 comments on commit 0fdbe8c

Please sign in to comment.