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>Home</li></a> | |
26 | <a href=""><li class="active">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>Source 2 Engine Features</h1> | |
35 | <p> | |
36 | The Next-Gen S2 Engine is a significant departure to the legacy Source engine, running DX11 and Vulkan natively on their respective platforms. | |
37 | </p> | |
38 | <hr> | |
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
39 | <nav> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
40 | <ul class="featuresNav"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
41 | <div class="contentSection"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
42 | <a href="features_tools.html"><li><h1 id="toolsSectionH1">- <u>Tools</u> </h1></li></a> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
43 | <!-- <div class="featureShowcaseContainer"><img class="featureShowcase" src="features/tools/toolsbar.png"></div> --> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
44 | <p> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
45 | <i>Asset Browser</i>, <i>Level Editor</i>, <i>Material Editor</i>, <i>Model Editor</i>, <i>Particle Editor</i>, and <i>Film Maker</i>. |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
46 | <br> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
47 | </p> |
0 | 48 | </div> |
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
49 | <div class="contentSection"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
50 | <a href=""><li><h1 id="toolsSectionH1">- <u>Rendering</u></h1></li></a> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
51 | <p id="textNotice"><b>Notice: </b> Not created yet.</p> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
52 | </div> |
4
f43055fb4a5c
- Fixed overflow of textnotice
Glitchvid <Glitchvid@glitchvid.com>
parents:
2
diff
changeset
|
53 | <div class="contentSection"> |
f43055fb4a5c
- Fixed overflow of textnotice
Glitchvid <Glitchvid@glitchvid.com>
parents:
2
diff
changeset
|
54 | <a href=""><li><h1 id="toolsSectionH1">- <u>First Class VR</u></h1></li></a> |
f43055fb4a5c
- Fixed overflow of textnotice
Glitchvid <Glitchvid@glitchvid.com>
parents:
2
diff
changeset
|
55 | <p id="textNotice"><b>Notice:</b> <br> Should old acquaintances be forgot?<br>Well, after so much <i>time</i> – some things can prove... difficult to remember.</p> |
f43055fb4a5c
- Fixed overflow of textnotice
Glitchvid <Glitchvid@glitchvid.com>
parents:
2
diff
changeset
|
56 | </div> |
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
57 | </ul> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
58 | </nav> |
1 | 59 | |
60 | ||
0 | 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> |