Wed, 01 Jan 2020 21:21:10 -0700
- Initial
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/site/about.html Wed Jan 01 21:21:10 2020 -0700 @@ -0,0 +1,41 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width"> + <meta name="description" content="Source 2 Documentation"> + <link rel="stylesheet" href="style.css"> + <link rel="icon" type="image/png" href="/s2favicon.png"> +</head> + +<body> + +<div class="main" > + + <div id="header"> + <img class="headerlogo" src="source2_new.svg" title="Source 2"> + <nav> + <ul class="buttons"> + <a href="home.html"><li>Home</li></a> + <a href="features.html"><li>Features</li></a> + <a href=""><li>Wiki</li></a> + <a href="about.html"><li class="active">About</li></a> + </ul> + </nav> + </div> + + <div class="content"> + <h4>Nobody here but us chickens!</h4> + <h1>Contact:</h1> + <h3>admin@source2.info</h3> + </div> + + <div class="footer"> + <p class="copyright">Source Creator Collective - 2020</p> + </div> + +</div> + +</body> + +</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/site/features.html Wed Jan 01 21:21:10 2020 -0700 @@ -0,0 +1,108 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width"> + <meta name="description" content="Source 2 Documentation"> + <link rel="stylesheet" href="style.css"> + <link rel="icon" type="image/png" href="/s2favicon.png"> +</head> + +<body> + +<div class="main" > + + <div id="header"> + <img class="headerlogo" src="source2_new.svg" title="Source 2"> + <nav> + <ul class="buttons"> + <a href="home.html"><li>Home</li></a> + <a href=""><li class="active">Features</li></a> + <a href=""><li>Wiki</li></a> + <a href="about.html"><li>About</li></a> + </ul> + </nav> + </div> + + <div class="content"> + <h1>Source 2 Engine Features</h1> + <p> + The Next-Gen S2 Engine is a significant departure to the legacy Source engine, running DX11 and Vulkan natively on their respective platforms. + </p> + <hr> + + <h1 id="toolsSectionH1">Tools</h1> + <p> + Source 2 comes with an integrated development enviornment (IDE), consisting of: + <br> + <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>. + <br> + <img src="features/tools/toolsbar.png"> + </p> + + <div class="contentSection"> + <a href="#toolsSectionAssetBrowser"><h3 id="toolsSectionAssetBrowser">- Asset Browser <img src="features/tools/asset_browser_sm.png"></h3></a> + <p> + The Asset Browser allows quick searching, previewing, grouping, and managing assets. + <br> + It also serves as the hub for development, launching the other tools either by their icon, or by double clicking an asset. + <br> + Assets inside the browser can also be dragged into other tools (such as Hammer). + <br> + <div class="mediaContainer"> + <video width="577" height="438" autoplay loop> + <source src="features/tools/asset_browser_demo.webm" type="video/webm"> + (Unspported video format?) + </video> + </div> + </p> + </div> + + <div class="contentSection"> + <a href="#toolsSectionHammerEditor"><h3 id="toolsSectionHammerEditor">- Hammer Editor <img src="features/tools/hammer/hammer_sm.png"></h3></a> + <p> + The Source 2 Level Editor (Hammer) is a revolutionary leap above even contemporary level editors. + <br> + On top of the expected brush-based manipulation, you can edit individual faces, edges, and even verticies, making it a full model editor. + <br> + <br> + The new primitive in S2 is the <i>Mesh</i>, a vertex-based system, allowing concave, and complex geometry to be authored by the level designer. + </p> + <p> + <br> + <div class="mediaContainer"> + <video width="256" height="256" autoplay loop> + <source src="features/tools/hammer/editbasics.webm" type="video/webm" title="Mesh editing"> + Mesh Editing (Video) + </video> + <video width="256" height="256" autoplay loop> + <source src="features/tools/hammer/convexmesh.webm" type="video/webm" title="Convex mesh editing"> + Convex Mesh Editing (Video) + </video> + <video width="256" height="256" autoplay loop> + <source src="features/tools/hammer/faceremoval.webm" type="video/webm" title="Convex mesh editing"> + Convex Mesh Editing (Video) + </video> + <video width="256" height="256" autoplay loop> + <source src="features/tools/hammer/edittimelapse.webm" type="video/webm" title="Convex mesh editing"> + Convex Mesh Editing (Video) + </video> + </div> + </p> + </div> + + <h1>H1</h1> + <h2>H2</h2> + <h3>H3</h3> + <h4>H4</h4> + </div> + + <div class="footer"> + <p class="copyright">Source Creator Collective - 2020</p> + </div> + +</div> + +</body> + +</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/site/home.html Wed Jan 01 21:21:10 2020 -0700 @@ -0,0 +1,63 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width"> + <meta name="description" content="Source 2 Documentation"> + <link rel="stylesheet" href="style.css"> + <link rel="icon" type="image/png" href="/s2favicon.png"> +</head> + +<body> + +<div class="main" > + + <div id="header"> + <img class="headerlogo" src="source2_new.svg" title="Source 2"> + <nav> + <ul class="buttons"> + <a href="home.html"><li class="active">Home</li></a> + <a href="features.html"><li>Features</li></a> + <a href=""><li>Wiki</li></a> + <a href="about.html"><li>About</li></a> + </ul> + </nav> + </div> + + <div class="content"> + <h1>Welcome to the Source 2 Documentation Project!</h1> + <h4>This site is dedicated to documents, tutorials, and resources for the Source 2 engine.</h4> + <hr> + <h1>News:</h1> + <h3>- Hello World (2020-01-01)</h3> + <p> + 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> + 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. + <br> <br> + Currently only this home page exists, but eventually we'll have a MediaWiki, a Source 2 Features page, and ancilliary resources. + </p> + <!-- <h3>- The Firefall (2019-12-31)</h3> + <p> + 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. + <br> + <br> + 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. + Think of all the rewiring that one lonely hemisphere must have struggled with as it tried to take up the slack. + <br> + It turned out okay, obviously. + </p> + <h1>Talk with us:</h1> + <h4>- Matrix</h4> + <h4>- Forums</h4> + <h4>- Mailing List</h4> --> + </div> + + <div class="footer"> + <p class="copyright">Source Creator Collective - 2020</p> + </div> + +</div> + +</body> + +</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/site/source2_new.svg Wed Jan 01 21:21:10 2020 -0700 @@ -0,0 +1,1 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 512 168" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="layer1"><g id="layer1-1"><path id="path19" d="M22.37,106.463c0.141,8.8 7.527,12.351 15.477,12.351c5.819,0 13.202,-2.271 13.202,-9.374c0,-6.102 -8.377,-8.236 -22.859,-11.357c-11.644,-2.558 -23.283,-6.674 -23.283,-19.594c0,-18.74 16.186,-23.568 31.945,-23.568c16.045,0 30.81,5.393 32.372,23.424l-19.166,0c-0.568,-7.806 -6.533,-9.936 -13.77,-9.936c-4.546,0 -11.22,0.85 -11.22,6.814c0,7.241 11.361,8.233 22.858,10.934c11.785,2.695 23.287,6.956 23.287,20.588c0,19.308 -16.754,25.554 -33.507,25.554c-17.036,0 -33.646,-6.388 -34.503,-25.84l19.167,0l0,0.004l0,0Z" style="fill:#666;fill-rule:nonzero;"/><path id="path21" d="M112.954,54.921c23.144,0 38.05,15.335 38.05,38.76c0,23.286 -14.906,38.618 -38.05,38.618c-23.002,0 -37.91,-15.332 -37.91,-38.618c0,-23.425 14.908,-38.76 37.91,-38.76Zm0,62.187c13.77,0 17.887,-11.784 17.887,-23.427c0,-11.785 -4.117,-23.569 -17.887,-23.569c-13.633,0 -17.749,11.784 -17.749,23.569c0,11.646 4.116,23.427 17.749,23.427Z" style="fill:#666;fill-rule:nonzero;"/><path id="path23" d="M224.727,130.313l-19.167,0l0,-10.225l-0.427,0c-5.113,8.236 -13.914,12.214 -22.432,12.214c-21.438,0 -26.834,-12.069 -26.834,-30.245l0,-45.147l20.164,0l0,41.458c0,12.07 3.548,18.031 12.92,18.031c10.93,0 15.618,-6.102 15.618,-21.015l0,-38.474l20.158,0l0,73.403Z" style="fill:#666;fill-rule:nonzero;"/><path id="path25" d="M230.836,56.91l19.163,0l0,13.629l0.284,0c3.691,-9.227 13.63,-15.618 23.429,-15.618c1.421,0 3.124,0.285 4.401,0.709l0,18.743c-1.848,-0.43 -4.828,-0.712 -7.238,-0.712c-14.766,0 -19.879,10.648 -19.879,23.567l0,33.082l-20.16,0l0,-73.4Z" style="fill:#666;fill-rule:nonzero;"/><path id="path27" d="M327.806,82.75c-1.279,-8.233 -6.534,-12.635 -14.905,-12.635c-12.923,0 -17.184,13.061 -17.184,23.854c0,10.505 4.12,23.142 16.754,23.142c9.371,0 14.767,-5.962 16.045,-14.906l19.452,0c-2.558,19.449 -16.045,30.1 -35.353,30.1c-22.15,0 -37.056,-15.618 -37.056,-37.624c0,-22.859 13.629,-39.757 37.48,-39.757c17.325,0 33.225,9.086 34.502,27.826l-19.735,0Z" style="fill:#666;fill-rule:nonzero;"/><path id="path29" d="M370.256,98.509c0.568,12.779 6.818,18.602 18.031,18.602c8.094,0 14.626,-4.97 15.9,-9.513l17.749,0c-5.682,17.322 -17.749,24.704 -34.357,24.704c-23.143,0 -37.484,-15.903 -37.484,-38.618c0,-22.006 15.191,-38.76 37.484,-38.76c24.989,0 37.055,21.014 35.637,43.588l-52.96,0l0,-0.003l0,0Zm32.799,-12.778c-1.848,-10.222 -6.251,-15.616 -16.048,-15.616c-12.776,0 -16.469,9.94 -16.751,15.616l32.799,0Z" style="fill:#666;fill-rule:nonzero;"/></g><path id="path17" d="M459.5,132.305l45.515,0c0.588,0 1.152,-0.233 1.568,-0.649c0.416,-0.416 0.65,-0.981 0.65,-1.569l0,-3.724c0,-0.59 -0.235,-1.156 -0.653,-1.572c-0.419,-0.416 -0.986,-0.649 -1.576,-0.646c-5.965,0.028 -21.847,0.104 -21.847,0.104l-35.907,0c-1.511,0 -2.918,-0.77 -3.734,-2.042c-0.816,-1.272 -0.928,-2.872 -0.298,-4.245c6.447,-14.046 21.783,-47.459 25.981,-56.606c0.269,-0.588 0.269,-1.265 -0.001,-1.852c-0.271,-0.588 -0.785,-1.029 -1.407,-1.206c-1.091,-0.311 -2.35,-0.67 -3.357,-0.957c-1.062,-0.303 -2.185,0.222 -2.634,1.23c-3.947,8.86 -21.467,48.189 -21.467,48.189c0,0 -2.843,6.671 -5.623,13.194c-1.168,2.741 -0.882,5.885 0.76,8.371c1.643,2.485 4.423,3.98 7.403,3.98l16.627,0Zm-13.147,-110.213c3.546,-1.492 7.528,-2.57 11.994,-3.048c16.184,-1.73 27.439,4.068 35.036,10.885c8.342,7.486 16.065,22.733 13.266,39.458c-1.815,10.841 -8.532,23.951 -14.901,26.415c-0.636,0.179 -1.486,0.179 -1.486,0.179c-2.302,0 -4.172,-1.839 -4.172,-4.141c0,-1.538 0.802,-2.923 2.04,-3.646c3.618,-3.384 6.589,-7.58 8.59,-12.452c4.567,-11.124 3.077,-23.253 -2.936,-32.698c-3.806,-5.979 -9.426,-10.882 -16.469,-13.773c-10.228,-4.2 -21.312,-3.28 -30.373,1.576c-0.761,0.811 -1.858,1.328 -3.059,1.328c-2.3,0 -4.14,-1.869 -4.14,-4.171c0,-1.579 0.867,-2.97 2.163,-3.677c1.44,-0.829 2.925,-1.575 4.447,-2.235Z" style="fill:#f79a10;fill-rule:nonzero;"/></g></svg> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/site/style.css Wed Jan 01 21:21:10 2020 -0700 @@ -0,0 +1,140 @@ +body { + background-color:#202020; +} + +div.main { + width:1280px; + margin-right: auto; + margin-left: auto; + max-width: 100%; +} + +/* Header Styles */ +img.headerlogo { + width: 293px; + height: 96px; + display:block; + margin:auto; +} +ul.buttons { + color:#fafafa; + padding: 0px; + margin: 0px; + border-bottom-color: #373737; + border-bottom-width: 1px; + border-bottom-style: solid; +} +ul.buttons li { + font-family: 'Arimo', sans-serif; + font-size: 18px; + font-weight: 400; + list-style-type: none; + text-transform: uppercase; + display: inline-block; + padding: .25em; + padding-left: .25em; + padding-right: .25em; +} +ul.buttons li:hover { + background-color: #484848; +} +li.active{ + border-bottom-color: #f79a10; + border-bottom-width: 1px; + border-bottom-style: solid; + background-color: #484848; +} +ul.buttons a { + color:#FAFAFA; + text-decoration: none; +} + + +/* Text Styles */ +div.content { + font-family: 'Lato', sans-serif; + color:#fafafa; + margin: 1em; + margin-right: 4em; + word-wrap: break-word; + overflow-wrap: break-word; +} +div.content h1 { + margin-bottom: .25em; +} +div.content h3 { + margin-top: .25em; + margin-bottom: .25em; +} +div.content h4 { + margin-top: .25em; + margin-bottom: .25em; + +} +div.content p { + margin: 1em; + margin-top: .25em; + margin-bottom: .25em; + font-size: 0.875em; +} + + +/* Footer Styles */ +div.footer { + color:#fafafa; + border-top-color: #373737; + border-top-width: 1px; + border-top-style: solid; +} +div.footer p{ + font-family: "Arial", sans-serif; + text-align: right; + font-size: 12px; + margin-top: 16px; + margin-right: 2em; +} + + +/* Main Body Content Styles */ +hr { + display: block; + margin-top: 0.5em; + margin-bottom: 0.5em; + margin-left: auto; + margin-right: auto; + border-style: none; + border-width: 0px; + border-bottom-color: #373737; + border-bottom-style: solid; + border-bottom-width: 1px; + } + +div.contentSection { + border-color: #282828; + border-style: solid; + border-width: 1px; + border-radius: 3px; + padding: 0.25em; + /* width: max-content; */ + background-color: #1e1e1e; + margin-bottom: 0.5em; +} +div.contentSection a { + color:#fafafa; + text-decoration: none; +} + +/* Media Styles */ +div.mediaContainer { + margin-left: auto; + margin-right: auto; + width: max-content; + max-width: 100%; +} +video { + max-width: 100%; +} + +/* External Fonts */ +@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap'); +@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap'); \ No newline at end of file