-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (53 loc) · 2.83 KB
/
index.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
<!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>Visual Novels</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="header">
<p>Visual Novels</p>
<ul>
<li><a href="https://www.google.com/search?q=visual+novels">Google</a></li>
<li><a href="https://www.youtube.com/results?search_query=visual+novels">YouTube</a></li>
<li><a href="https://www.instagram.com/_dokidoki_literature_club_/?hl=en">Instagram</a></li>
</ul>
</div>
<div class="content">
<div class="content1">
<div class="write1">
<p id="maintext1">Visual Novels are amazing!</p>
<p>An interactive fiction video game genre, featuring text-based story with narrative style of literature and interactivity.</p>
<button class="signup">Sign up</button>
</div>
<img src="Images/vn.png" alt="A scene from the visual novel Andromeda Six" width=470px height=300px>
</div>
<div class="content2">
<p id="maintext2">Famous visual novels</p>
<ul>
<li><div class="info"><img src="Images/DDLC.jpg" alt="A scene from the visual novel Doki Doki Literature Club">Doki Doki Literature Club (DDLC) is a horror and psychological thriller visual novel that was released in 2017.</div></li>
<li><div class="info"><img src="Images/Danganronpa.jpg" alt="A scene from the visual novel Danganronpa" >Danganronpa is a thriller and adventure visual novel series that has a huge fanbase.</div></li>
<li><div class="info"><img src="Images/Katawa.jpg" alt="A scene from the visual novel Katawa Shoujo" >Katawa Shoujo tells the story of 5 disabled girls and a young boy. Its storytelling gripped the hearts of many.</div></li>
<li><div class="info"><img src="Images/SteinsGate.jpg" alt="A scene from the visual novel Steins Gate" >Steins Gate is a visual novel that revolves around a group of students who have the power to change the past.</div></li>
</ul>
</div>
<div class="content3">
People say visual novels are more like books than games but I respectfully disagree. Ever read interactive books where your choices affect the story? Yeah that's what I thought
<p id="maintext3">-Me, a very important person whose opinions you should definitely care about</p>
</div>
<div class="content4">
<div class="write2">
Call to action! It's time!
<div>Sign up for our product by clicking that button right over there!</div>
</div>
<button class="signup" id="white">Sign up</button>
</div>
</div>
<div class="footer">
Copyright © The Odin Project 2021
</div>
</body>
</html>