-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (61 loc) · 2.84 KB
/
index.html
File metadata and controls
70 lines (61 loc) · 2.84 KB
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
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>
<script src="main.js"></script>
</head>
<body>
</body>
<div class="sidebar_mobile" onclick="menu_m_show(1)">
<a class="close" id="close" href="javascript:menu_m_show(2)">×</a>
<a class="logom">CodecMaker</a>
<ul id="men">
<li></li>
<li></li>
<li></li>
<ul>
</div>
<div class="sidebar_pc">
<a class="logo" title="Logo">CodecMaker</a>
<ul>
<li><a style="font-family: 'Abel', sans-serif;"href="#About" title="About">About</a></li>
<li><a style="font-family: 'Abel', sans-serif;"href="#Contact"title="Contact Us">Contact</a></li>
<li><a style="font-family: 'Abel', sans-serif;"href="#Home" title="Go Back to HomePage">Home</a></li>
</ul>
</div>
<div class="menu_mobile" id="menu_m">
<ul>
<li><a class="logox" href="#">CodecMaker</a></li>
<li><a style="font-family: 'Abel', sans-serif;"href="#Home" title="Go back to homepage">Home</a></li>
<li><a style="font-family: 'Abel', sans-serif;"href="#Contact" title="Contact Us">Contact</a></li>
<li><a style="font-family: 'Abel', sans-serif;"href="#About" title="About">About</a></li>
</ul>
</div>
<div class="content">
<p class="">A world full of inovation</p>
<p class=""> A future with Equity and Equality that Equal <br> Lets Change the future <br> Start Building Today <br>Join With us</p>
<a class="joinbtn" id="jbtn" href="javascript:starta()" >Get Started</a>
</div>
<hr class="line" id="line">
<div class="card" id="card">
<ion-icon onclick="card(2)"style="font-size:21px;position:relative; left:4px;bottom:5px;" name="close-circle-outline"></ion-icon>
<a class="logo" title="Logo">CodecMaker</a>
<p class="cardhe">Please Fill the form bellow</p>
<form class="form"action="">
<input type="text" id="fname" name="fname" placeholder="Full Name"><br><br>
<input type="email" placeholder="Email">
<br>
<input class="sm" type="submit" value="Submit">
</form>
</div>
<div class="another">
<h1>Lorem Ipsum</h1>
<p>
What is Lorem Ipsum?
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<footer id="footer">CodecMaker 2022</footer>
</div>
</html>