Wed, 26 Feb 2020 00:22:33 -0700
- New font linking style
- Fix favicon on local FS
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"> | |
14
e61659f0b0be
- New font linking style
Glitchvid <Glitchvid@glitchvid.com>
parents:
13
diff
changeset
|
8 | <link rel="stylesheet" href="font.css"> |
e61659f0b0be
- New font linking style
Glitchvid <Glitchvid@glitchvid.com>
parents:
13
diff
changeset
|
9 | <link rel="icon" type="image/png" href="s2favicon.png"> |
5 | 10 | <title>Source 2 Documentation Project</title> |
0 | 11 | </head> |
12 | ||
13 | <body> | |
14 | ||
15 | <div class="main" > | |
16 | ||
17 | <div id="header"> | |
18 | <img class="headerlogo" src="source2_new.svg" title="Source 2"> | |
19 | <nav> | |
20 | <ul class="buttons"> | |
21 | <a href="home.html"><li class="active">Home</li></a> | |
22 | <a href="features.html"><li>Features</li></a> | |
23 | <a href=""><li>Wiki</li></a> | |
24 | <a href="about.html"><li>About</li></a> | |
25 | </ul> | |
26 | </nav> | |
27 | </div> | |
28 | ||
29 | <div class="content"> | |
30 | <h1>Welcome to the Source 2 Documentation Project!</h1> | |
31 | <h4>This site is dedicated to documents, tutorials, and resources for the Source 2 engine.</h4> | |
32 | <hr> | |
3
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
33 | |
0 | 34 | <h1>News:</h1> |
3
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
35 | <div class="contentSection"> |
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
36 | <h3>- Hello World (2020-01-01)</h3> |
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
37 | <p> |
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
38 | 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
|
39 | 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
|
40 | <br> <br> |
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
41 | 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
|
42 | </p> |
cda37ab8d167
- Add content section DIV to home page
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
43 | </div> |
0 | 44 | <!-- <h3>- The Firefall (2019-12-31)</h3> |
45 | <p> | |
46 | 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. | |
47 | <br> | |
48 | <br> | |
49 | 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. | |
50 | Think of all the rewiring that one lonely hemisphere must have struggled with as it tried to take up the slack. | |
51 | <br> | |
52 | It turned out okay, obviously. | |
53 | </p> | |
54 | <h1>Talk with us:</h1> | |
55 | <h4>- Matrix</h4> | |
56 | <h4>- Forums</h4> | |
57 | <h4>- Mailing List</h4> --> | |
58 | </div> | |
59 | ||
60 | <div class="footer"> | |
11 | 61 | <p class="copyright">Source Creator Collective – 2020</p> |
0 | 62 | </div> |
63 | ||
64 | </div> | |
65 | ||
66 | </body> | |
67 | ||
68 | </html> |