-
Notifications
You must be signed in to change notification settings - Fork 12
/
requestnewtool.html
38 lines (38 loc) · 2.15 KB
/
requestnewtool.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>Request New Tool | Propoplex</title>
<link rel="icon" href="Images/Favicon.svg" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="requestnewtool.css" />
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Poppins" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="navbar" id="navbarId" onclick="closeFunction()">
<img src="Images/Logo.svg" alt="Logo" class="logo" />
<a href="#" class="home nav-link"><i class="fas fa-home"></i>Home</a>
<a href="contactus.html" class="nav-link"><i class="fas fa-mobile"></i>Contact</a>
<a href="aboutus.html" class="nav-link"><i class="fas fa-user"></i>About</a>
<a href="requestnewtool.html" class="nav-link1active"><i class="fas fa-pen"></i>Request New Tool</a>
<a href="login.html" class="nav-link"><i class="fas fa-user"></i> Login</a>
<button class="premium_button">
<i class="fas fa-crown"></i>GO PREMIUM
</button>
<a href="settings.html" class="nav-link" style="margin-top: 70px"><span class="icon"></span>Settings</a>
<a href="gethelp.html" class="nav-link"><span class="icon"></span>Get Help</a>
<a href="#" class="nav-link"><span class="icon"></span>Logout</a>
</div>
<h1 class="title"><span class="propoplex">Request New Tool:</span> Empower Us with Your Suggestions</h1>
<form>
<input type="text" id="field1" placeholder="Your Name" />
<input type="text" id="field1" placeholder="Email" />
<input type="text" id="field1" placeholder="Tool Name" />
<input type="text" id="field1" placeholder="Description About Tool (Not Mandatory)" />
<button class="writenow">SUBMIT</button>
</form>
</body>
</html>