Fri, 03 Jan 2020 00:15:07 -0700
- Add page titles
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> |
0 | 10 | </head> |
11 | ||
12 | <body> | |
13 | ||
14 | <div class="main" > | |
15 | ||
16 | <div id="header"> | |
17 | <img class="headerlogo" src="source2_new.svg" title="Source 2"> | |
18 | <nav> | |
19 | <ul class="buttons"> | |
20 | <a href="home.html"><li>Home</li></a> | |
21 | <a href=""><li class="active">Features</li></a> | |
22 | <a href=""><li>Wiki</li></a> | |
23 | <a href="about.html"><li>About</li></a> | |
24 | </ul> | |
25 | </nav> | |
26 | </div> | |
27 | ||
28 | <div class="content"> | |
29 | <h1>Source 2 Engine Features</h1> | |
30 | <p> | |
31 | The Next-Gen S2 Engine is a significant departure to the legacy Source engine, running DX11 and Vulkan natively on their respective platforms. | |
32 | </p> | |
33 | <hr> | |
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
34 | <nav> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
35 | <ul class="featuresNav"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
36 | <div class="contentSection"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
37 | <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
|
38 | <!-- <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
|
39 | <p> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
40 | <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
|
41 | <br> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
42 | </p> |
0 | 43 | </div> |
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
44 | <div class="contentSection"> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
45 | <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
|
46 | <p id="textNotice"><b>Notice: </b> Not created yet.</p> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
47 | </div> |
4
f43055fb4a5c
- Fixed overflow of textnotice
Glitchvid <Glitchvid@glitchvid.com>
parents:
2
diff
changeset
|
48 | <div class="contentSection"> |
f43055fb4a5c
- Fixed overflow of textnotice
Glitchvid <Glitchvid@glitchvid.com>
parents:
2
diff
changeset
|
49 | <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
|
50 | <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
|
51 | </div> |
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
52 | </ul> |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
53 | </nav> |
1 | 54 | |
55 | ||
0 | 56 | </div> |
57 | ||
58 | <div class="footer"> | |
59 | <p class="copyright">Source Creator Collective - 2020</p> | |
60 | </div> | |
61 | ||
62 | </div> | |
63 | ||
64 | </body> | |
65 | ||
66 | </html> |