Wed, 26 Feb 2020 00:06:06 -0700
- Actually fix Arimo remote font
0 | 1 | <!DOCTYPE html> |
2 | <html lang="en"> | |
3 | <head> | |
4 | <meta charset="utf-8"> | |
5 | <meta name="viewport" content="width=device-width"> | |
6 | <meta name="description" content="Source 2 Documentation"> | |
7 | <link rel="stylesheet" href="style.css"> | |
8 | <link rel="icon" type="image/png" href="/s2favicon.png"> | |
5 | 9 | <title>Source 2 Documentation Project</title> |
11 | 10 | |
11 | <!--Fonts--> | |
12 | <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap" rel="stylesheet"> | |
13 | <link href="https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet"> | |
13
29c252b93909
- Actually fix Arimo remote font
Glitchvid <Glitchvid@glitchvid.com>
parents:
11
diff
changeset
|
14 | <link href="https://fonts.googleapis.com/css?family=Arimo&display=swap" rel="stylesheet"> |
0 | 15 | </head> |
16 | ||
17 | <body> | |
18 | ||
19 | <div class="main" > | |
20 | ||
21 | <div id="header"> | |
22 | <img class="headerlogo" src="source2_new.svg" title="Source 2"> | |
23 | <nav> | |
24 | <ul class="buttons"> | |
25 | <a href="home.html"><li class="active">Home</li></a> | |
26 | <a href="features.html"><li>Features</li></a> | |
27 | <a href=""><li>Wiki</li></a> | |
28 | <a href="about.html"><li>About</li></a> | |
29 | </ul> | |
30 | </nav> | |
31 | </div> | |
32 | ||
33 | <div class="content"> | |
34 | <h1>Welcome to the Source 2 Documentation Project!</h1> | |
35 | <h4>This site is dedicated to documents, tutorials, and resources for the Source 2 engine.</h4> | |
36 | <hr> | |
3
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
37 | |
0 | 38 | <h1>News:</h1> |
3
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
39 | <div class="contentSection"> |
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
40 | <h3>- Hello World (2020-01-01)</h3> |
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
41 | <p> |
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
42 | The S2DP was created in anticipation of the release of Half-Life: Alyx. Our purpose is to be a central location for Source 2 information. <br> |
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
43 | As part of this, we'll be launching a Wiki, meant to be a cleaner and updated version of the old Valve Developer Wiki, without mixing Source and Source 2 information. |
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
44 | <br> <br> |
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
45 | This website is currently in-dev, with the Features section being the focus of efforts. |
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
46 | </p> |
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
47 | </div> |
0 | 48 | <!-- <h3>- The Firefall (2019-12-31)</h3> |
49 | <p> | |
50 | The maternal-response opioids that Helen Keeton used to kickstart mother-love in her damaged son was inspired by recent work on attachment-deficit disorders in mice. | |
51 | <br> | |
52 | <br> | |
53 | There's a reason they call it radical hemispherectomy: half the brain thrown out with yesterday's krill, the remaining half press-ganged into double duty. | |
54 | Think of all the rewiring that one lonely hemisphere must have struggled with as it tried to take up the slack. | |
55 | <br> | |
56 | It turned out okay, obviously. | |
57 | </p> | |
58 | <h1>Talk with us:</h1> | |
59 | <h4>- Matrix</h4> | |
60 | <h4>- Forums</h4> | |
61 | <h4>- Mailing List</h4> --> | |
62 | </div> | |
63 | ||
64 | <div class="footer"> | |
11 | 65 | <p class="copyright">Source Creator Collective – 2020</p> |
0 | 66 | </div> |
67 | ||
68 | </div> | |
69 | ||
70 | </body> | |
71 | ||
72 | </html> |