-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (65 loc) · 1.95 KB
/
Copy pathindex.html
File metadata and controls
67 lines (65 loc) · 1.95 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
<!DOCTYPE html>
<html>
<head>
<title>:P</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="nav.css">
</head>
<body>
<div id="navbar">
<a class="logo" href="#logo">Logo</a>
<a class="active" href="#home">Home</a>
<a href="about.html">About</a>
<a href="projects.html">Projects</a>
<a href="contact.html">Contact</a>
</div>
<main>
<article>
<div class="greet">
<h2>welcome</h2>
<p>this website showcases stuff</p>
</div>
<div class="pic1">
<img src="background.jpg" alt="A generic image placeholder" class="image">
<div class="overlay">
<div class="text">
Hello<br>
Insert an image!
</div>
</div>
</div>
<div class="content">
<p>
insert new image<br>
insert a text<br>
insert an achievement<br>
insert more text<br>
insert whatever<br>
</p>
</div>
<div class="about">
<div class="script">
<p>test test <strong>test</strong></p>
<p>test test test</p>
</div>
<div class="product1">
<!-- <img src="background.jpg" alt="A generic image placeholder" class="history_pic"> -->
test
</div>
<div class="product2">
test
</div>
</div>
</article>
</main>
<footer>
<p>© 2026 inspo website</p>
<div id="foot">
<p>
this is a footer
</p>
<a href="https://github.com/Jason-CJS">Github</a>
</div>
</footer>
</body>
</html>