-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (65 loc) · 3.01 KB
/
index.html
File metadata and controls
81 lines (65 loc) · 3.01 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 lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="/images/P5Mask.png" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/navbar_styles.css">
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css2?family=Patua+One&display=swap" rel="stylesheet">
<script defer src="node_modules/swup/dist/swup.min.js"></script>
<script defer src="app.js"></script>
<title>Persona Social Link and Confidant Guide</title>
</head>
<body class="main_background transition-fade">
<nav class="navbar">
<div class="home_nav_title main_nav_title">Persona Social Link/Confidant Guide</div>
<div class="navbar_links nav_main">
<ul>
<li><a href="index.html" class="home_nav">Home</a></li>
<li><a href="p3_webpages/p3_home.html" class="p3_nav">Persona 3</a></li>
<li><a href="p4_webpages/p4_home.html" class="p4_nav">Persona 4</a></li>
<li><a href="p5_webpages/p5_home.html" class="p5_nav">Persona 5</a></li>
</ul>
</div>
</nav>
<nav class="navbar nav_mini">
<div class="navbar_links nav_mini">
<ul>
<li><a href="index.html" class="home_nav">Home</a></li>
<li><a href="p3_webpages/p3_home.html" class="p3_nav">P3</a></li>
<li><a href="p4_webpages/p4_home.html" class="p4_nav">P4</a></li>
<li><a href="p5_webpages/p5_home.html" class="p5_nav">P5</a></li>
</ul>
</div>
</nav>
<h1 class="main_title_box" id="main_title">Persona Social Link and Confidant Guide</h1>
<div class="game_covers main_body">
<div>
<a href="p3_webpages/p3_home.html">
<img src="images/P3Logo.png" alt="Persona 3 FES Cover Art" class="cover_art">
</a>
<p><a class="main_logo_title" id="p3_main_title" href="p3_webpages/p3_home.html">P3 FES & Portable</a></p>
</div>
<div>
<a href="p4_webpages/p4_home.html">
<img src="images/P4Logo.png" alt="Persona 4 Golden Cover Art" class="cover_art">
</a>
<p><a class="main_logo_title" id="p4_main_title" href="p4_webpages/p4_home.html">Persona 4 Golden</a></p>
</div>
<div>
<a href="p5_webpages/p5_home.html">
<img src="images/P5Logo.png" alt="Persona 5 Royal Cover Art" class="cover_art">
</a>
<p><a class="main_logo_title" id="p5_main_title" href="p5_webpages/p5_home.html">Persona 5 Royal</a></p>
</div>
</div>
<div class="singular_link_body main_page_credit">
<div>
<h2 class="social_link_profile">Made by Swomp3/Robert and Owpmmm/Jiyoon</h2>
</div>
</div>
</body>
</html>