Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2e51ab773 |
@@ -1,10 +1,5 @@
|
|||||||
@import url(fontawesome-all.min.css);
|
@import url(fontawesome-all.min.css);
|
||||||
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
|
@import url(roboto.css);
|
||||||
/*
|
|
||||||
Eventually by HTML5 UP
|
|
||||||
html5up.net | @ajlkn
|
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
*/
|
|
||||||
html, body, div, span, applet, object,
|
html, body, div, span, applet, object,
|
||||||
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
|
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
|
||||||
pre, a, abbr, acronym, address, big, cite,
|
pre, a, abbr, acronym, address, big, cite,
|
||||||
|
|||||||
12
assets/css/roboto.css
Normal file
12
assets/css/roboto.css
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url(../webfonts/roboto400.woff) format('woff');
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Roboto';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
src: url(../webfonts/roboto700.woff) format('woff');
|
||||||
|
}
|
||||||
BIN
assets/webfonts/roboto400.woff
Normal file
BIN
assets/webfonts/roboto400.woff
Normal file
Binary file not shown.
BIN
assets/webfonts/roboto700.woff
Normal file
BIN
assets/webfonts/roboto700.woff
Normal file
Binary file not shown.
21
index.html
21
index.html
@@ -1,9 +1,5 @@
|
|||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<!--
|
|
||||||
Eventually by HTML5 UP
|
|
||||||
html5up.net | @ajlkn
|
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
-->
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>David Miller's HomePage</title>
|
<title>David Miller's HomePage</title>
|
||||||
@@ -15,16 +11,10 @@
|
|||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<header id="header">
|
<header id="header">
|
||||||
<h1>David Miller's HomePage</h1>
|
<h1>David Miller's HomePage</h1>
|
||||||
<p>A High School Student From Beijing, China<br/>
|
<p>A High School Student from Beijing, China<br/>
|
||||||
Subsrcibe through email and keep you informed</p>
|
Click the links below for further exploration</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- Signup Form -->
|
|
||||||
<form id="signup-form" method="post" action="#">
|
|
||||||
<input type="email" name="email" id="email" placeholder="Email Address" />
|
|
||||||
<input type="submit" value="Sign Up" />
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
<ul class="icons">
|
<ul class="icons">
|
||||||
@@ -38,7 +28,10 @@
|
|||||||
<li><a href="https://steam.davidmiller.top" class="icon brands fa-steam"><span class="label">Steam</span></a></li>
|
<li><a href="https://steam.davidmiller.top" class="icon brands fa-steam"><span class="label">Steam</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="copyright">
|
<ul class="copyright">
|
||||||
<li>© David Miller.</li><li>Credits: <a href="https://github.com/CitizenBeta2/HomePage">GitHub Repository</a></li>
|
<li>© David Miller.</li>
|
||||||
|
<li>Credits: <a href="https://github.com/CitizenBeta2/HomePage">GitHub Repository</a></li>
|
||||||
|
<li><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802035614" target="_blank">京公网安备 11010802035614号</a></li>
|
||||||
|
<li></li><a href="https://beian.miit.gov.cn/" target="_blank">京ICP备2021023756号-1</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user