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