-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (52 loc) · 2.11 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
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://use.typekit.net/fsg7pmv.css" rel="stylesheet">
<!-- Basic MetaTag -->
<meta name="title" content="Stella IT Open Source">
<meta name="description" content="Innovating the World with Open Technology">
<!-- Twitter -->
<meta name="twitter:title" content="Stella IT Open Source">
<meta name="twitter:description" content="Innovating the World with Open Technology">
<meta name="twitter:card" content="summary">
<!-- OpenGraph -->
<meta property="og:type" content="article">
<meta property="og:title" content="Stella IT Open Source">
<meta property="og:description" content="Innovating the World with Open Technology">
<meta property="og:site_name" content="Stella IT">
<title>Stella IT Open Source</title>
<link rel="stylesheet" href="/_common/css/style.css">
</head>
<body class="fullpage">
<header>
<nav>
<a class="logo" href="/" title="Stella IT OpenSource"> </a>
<ul>
<li><a href="/projects/">Projects</a></li>
<li><a href="/github/">GitHub</a></li>
</ul>
</nav>
</header>
<main>
<section class="fullpage">
<article>
<h1>Innovating <br class="mobile-break">the World <br>with <br class="mobile-break"><mark class="highlight">Open</mark><br class="mobile-break"><mark class="highlight">Technologies</mark>.</h1>
<p>Innovate in the open way</p>
</article>
</section>
</main>
<footer class="at-end">
© Stella IT Inc.<br>
Stella IT and Stella IT Logo is a registered trademark and protected by Trademark law.
<div class="contact">
<a class="associates" href="https://stella-it.com">Stella IT Webpage</a>
<a class="associates" href="/discord/">Discord</a>
<a class="associates" href="/code_of_conduct/">Code of Conduct</a>
<a class="associates" href="/developers/">Devs</a><br>
<a class="associates" href="https://github.com/Stella-IT/opensource.stella-it.com">Contribute this page!</a>
</div>
</footer>
</body>
</html>