-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinde.html
More file actions
81 lines (63 loc) · 2.26 KB
/
inde.html
File metadata and controls
81 lines (63 loc) · 2.26 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
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<h3> My resume/personal website</h3>
<p> welcome guys</p>
</header>
<section class="pp">
<button> click me if you like men</button>
</section>
<nav class="navbar">
<ul class="items">
<a href="#About-Me" class="ppp"><li class="menu-list-items">About Me </li></a>
<a href="#Contact" class="ppp"><li class="menu-list-items">Contact</li></a>
<a href="#Education" class="ppp"><li class="menu-list-items">Education</li></a>
<a href="#Blog" class="ppp"><li class="menu-list-items">Blog</li></a>
</ul>
</nav>
<hr>
<form >
<label>Search: </label>
<input type="text">
<input type="submit">
</form>
<hr class="big-line">
<section class="content-section" id="About-Me">
<h2>About Me</h2>
<p>This is my intro guys : I like dogs and hanging out with friends and I also like swimming, I have a single dog and hes a cutie patootie but like yk I want another dog because i want another Cutie patootie.</p>
</section>
<br>
<section class="content-section" id="Contact">
<h2>Contact</h2>
<p>My gmail is Justindai1018@gmail.com.</p>
<p>My phone number is +1-778-330-2389.</p>
<p>My discord is clownsterr.</p>
<p>You can reach me from 9 pm to 5 pm.</p>
</section>
<br>
<section class="content-section" id="Education">
<h2>Education</h2>
<p>I am level 10 at YMCA but im really ass at swimming.</p>
<p>I have a elementary diploma but im 7th grade.</p>
<p>I play piano and have 4th grade in it.</p>
<p>I don’t have much accomplisments.</p>
</section>
<br>
<section class="content-section" id="Blog" >
<h2>Blog</h2>
<p> Html stands for “Hypertext Markup Language” and we use it to make writing websites and display stuff in a webbrowser. It is commonly used with cascading styel sheets and scripting languages like Python and Javascript </p>
</section>
<hr class="big-line">
<footer>
<p>© 2023 Justin dai. All rights. </p>
</footer>
<script src="script.js"></script>
</body>
</html>