-
Notifications
You must be signed in to change notification settings - Fork 0
/
button.html
76 lines (60 loc) · 4.15 KB
/
button.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/style.css">
<script src="script.js"></script>
</head>
<body class="body">
<header class="header">
<nav class="nav">
<ul >
<li><a class="menuitems" href="#">Home</a></li>
<li><a class="menuitems" href="#">About us</a></li>
<li><a class="menuitems" href="#">Contact us</a></li>
<li> <a class="menuitems" href="#">Services</a></li>
</ul>
</nav>
<section>
<button class="hireme_btn" type="button" onclick="hireme_btn()"><span>Hire </span>me</button>
<button class="hireme_btn" type="button" onclick="hireme_btn1()"><span>Port </span>Folio <a href=""></a> </button>
</section>
</header>
<section class="para1">
<p ><h1>add here what you want to add</h1>
<code>like photo,video,text,document,or any other things which you want to show on your webpage. </code>
All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words
All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words
All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words
All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words
All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words
All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words
All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words
</p>
</section>
<section class="form1">
<form action="" >
<fieldset class="field">
<legend class="legend">Contact Form</legend>
<section class="form">
<label for="name" class="name" id="name">First Name <input type="text" name="name" id=" name" > </label><br><br>
<label for="name" class="name" id="name">Last Name <input type="text" name="name" id=" lastname" > </label><br><br>
<label for="name" class="name" id="name">E-mail <input class="input_mail" type="email" name="name" id=" email" placeholder="[email protected]"> </label><br><br>
<label for="name" class="name" id="name">Password <input type="password" name="name" id=" password" required > </label><br><br>
<!-- <label for="name" class="name" id="name">First Name <input type="text" name="name" id=" name" > </label><br> -->
</section>
<section>
<button class="login" type="button" name="login" onclick="login_btn()"> <span>login</span></button>
<button class="login" type="button" name="login" onclick="signin_btn()"> <span>Sign in</span></button>
</section>
</fieldset>
<br>
<br>
</form>
</section>
<FOOter class="footer"> <span>All Copyright © reserved By:Haredra Prajapati 2022-2023 </span></FOOter>
</body>
</html>