-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (35 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Homepage</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/open-sans.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Homepage</h1>
<h2 class="project-tagline">This is the homepage of the Project Connection, an Idea to make a really interesting static website.</h2>
</section>
<section class="main-content">
<h2>
<a id="welcome-to-the-project" class="anchor" href="#welcome-to-the-project" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to the Project!</h2>
<p>Thanks for visiting the Projects main page!</p>
<p>This page is simply a main page, which will hold some links eventually.</p>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>Nonibros (<a href="https://github.com/nonibros" class="user-mention">@Nonibros</a>) is the main owner of the project.</p>
<h3>
<a id="contact" class="anchor" href="#contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contact</h3>
<p>Having an issue with the project website? Well, I will eventually make a fix for this.</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/Nonibros/Connection">Connection</a> is maintained by <a href="https://github.com/Nonibros">Nonibros</a>.</span>
<span class="site-footer-credits">The <b>base</b> for this page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://github.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>