contact section
This commit is contained in:
13
index.html
13
index.html
@@ -5,6 +5,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>MiningTcup</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="dns-prefetch" href="https://git.miningtcup.me/" />
|
||||
<link rel="dns-prefetch" href="https://archlinux.org/" />
|
||||
<link rel="dns-prefetch" href="https://hypr.land/" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="centerer">
|
||||
@@ -85,6 +88,15 @@
|
||||
the APK file <a download href="notes.apk">here</a>.
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Contact Me</h2>
|
||||
<p>
|
||||
I'm sort of chronically online. Your best chance of
|
||||
quick contact is a phone call, but Discord, email, and
|
||||
text work too.
|
||||
</p>
|
||||
<div id="contact-info-container"></div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<div id="overlay" class="absolute-fill">
|
||||
@@ -181,5 +193,6 @@
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user