-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutauthor.html
executable file
·79 lines (79 loc) · 4.63 KB
/
aboutauthor.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
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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Hatsune Miku & VOCALOID: The History Behind the DIVA: About the Author</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Bootstrap JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://kit.fontawesome.com/8fb199d807.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container-fluid">
<div class="jumbotron text-center">
<h1>Hatsune Miku & VOCALOID: The History Behind the DIVA: About the Author</h1>
</div>
</div>
<div style="width: auto; max-width: 1450px; margin: 0 auto;">
<nav class="navbar navbar-default" style="background-color: #86cecb;">
<div>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navLinks" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html" style="color: white;">VOCALOID History</a>
</div>
<div id="navLinks" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html" style="color: white;">Home</a></li>
<li><a href="premiku.html" style="color: white;">Pre-Miku (1961; 2000 - August 2007)</a></li>
<li><a href="postmiku.html" style="color: white;">Post-Miku (August 31st 2007 - Present)</a></li>
<li><a href="cryptonyamaha.html" style="color: white;">Crypton and Yamaha</a></li>
<li><a href="impact.html" style="color: white;">Impact</a></li>
<li><a href="recommendations.html" style="color: white;">Recommendations</a></li>
<li><a href="podcastscript.html" style="color: white;">Podcast Script</a></li>
<li class="active"><a href="aboutauthor.html" style="background-color: #e12885; color: white;">About the Author</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div class="container">
<br>
<h1 class="text-center">Author's Social Corner</h1>
<br>
<div class="row">
<div class="col-sm-4">
<h2>My Websites</h2>
<ul>
<li><a href="https://jackshorenstein.com">Blog @ JackShorenstein.com</a></li>
<li><a href="https://landing.jackshorenstein.com">Landing Page with Social Media Links</a></li>
</ul>
</div>
<div class="col-sm-4">
<h2>My Socials</h2>
<ul>
<li><a href="https://youtube.com/@HFStudio39"><i class="fa-brands fa-youtube"></i> Studio 39 YouTube Channel</a></li>
<li><a href="https://github.com/jackshorenstein"><i class="fa-brands fa-github"></i> GitHub</a></li>
<li><a href="https://twitter.com/jackshorenstein"><i class="fa-brands fa-twitter"></i> Twitter</a></li>
<li><a href="https://www.reddit.com/u/JackShorenstein"><i class="fa-brands fa-reddit"></i> Reddit</a></li>
<li><a href="https://dly.to/6hImRKoiMt4"><i class="fa-solid fa-code"></i> daily.dev Profile </a></li>
</ul>
</div>
<div class="col-sm-4">
<h2 class="text-center">Vocaloid Webring:</h2>
<div id="vocaring"><script src="https://webring.adilene.net/webring.js"></script></div>
</div>
</div>
<hr>
<h5 class = "text-center">Copyright © 2024 Jack Shorenstein | All Rights Reserved | Information pulled from sources including <a href="https://vocaloid.fandom.com/wiki/Vocaloid_Wiki">Vocaloid Wiki</a></h5>
</div>
</body>