Skip to content

Commit e6b790e

Browse files
committed
Update page index
1 parent 09e356a commit e6b790e

File tree

1 file changed

+116
-173
lines changed

1 file changed

+116
-173
lines changed

docs/index.html

Lines changed: 116 additions & 173 deletions
Original file line numberDiff line numberDiff line change
@@ -1,183 +1,126 @@
1-
<!DOCTYPE HTML>
2-
<!--
3-
Solid State by HTML5 UP
4-
html5up.net | @ajlkn
5-
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
6-
-->
1+
<!DOCTYPE html>
72
<html>
8-
<head>
9-
<title>Solid State by HTML5 UP</title>
10-
<meta charset="utf-8" />
11-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
12-
<link rel="stylesheet" href="assets/css/main.css" />
13-
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
14-
</head>
15-
<body class="is-preload">
3+
<head>
4+
<meta name="title" content="index" />
5+
<title>Index</title>
6+
<meta charset="utf-8" />
7+
<meta
8+
name="viewport"
9+
content="width=device-width, initial-scale=1, user-scalable=no"
10+
/>
11+
<link rel="stylesheet" href="assets/css/main.css" />
12+
<noscript
13+
><link rel="stylesheet" href="assets/css/noscript.css"
14+
/></noscript>
15+
</head>
1616

17-
<!-- Page Wrapper -->
18-
<div id="page-wrapper">
17+
<body class="is-preload">
18+
<!-- Page Wrapper -->
19+
<div id="page-wrapper">
20+
<!-- Header -->
21+
<header id="header" class="alt"></header>
1922

20-
<!-- Header -->
21-
<header id="header" class="alt">
22-
<h1><a href="index.html">Solid State</a></h1>
23-
<nav>
24-
<a href="#menu">Menu</a>
25-
</nav>
26-
</header>
23+
<!-- Menu -->
24+
<nav id="menu"></nav>
2725

28-
<!-- Menu -->
29-
<nav id="menu">
30-
<div class="inner">
31-
<h2>Menu</h2>
32-
<ul class="links">
33-
<li><a href="index.html">Home</a></li>
34-
<li><a href="generic.html">Generic</a></li>
35-
<li><a href="elements.html">Elements</a></li>
36-
<li><a href="#">Log In</a></li>
37-
<li><a href="#">Sign Up</a></li>
38-
</ul>
39-
<a href="#" class="close">Close</a>
40-
</div>
41-
</nav>
26+
<!-- Banner -->
27+
<section id="banner">
28+
<div class="inner">
29+
<div class="logo">
30+
<span class="icon solid fa-bowling-ball"></span>
31+
</div>
32+
<h2>Shading Lab</h2>
33+
<p>
34+
Pixel coloring lab given by code ❤️ <br />
35+
~ by
36+
<a
37+
href="https://diegoinacio.github.io/"
38+
target="_blank"
39+
class="signature"
40+
>Diego Inácio</a
41+
>
42+
</p>
43+
</div>
44+
</section>
4245

43-
<!-- Banner -->
44-
<section id="banner">
45-
<div class="inner">
46-
<div class="logo"><span class="icon fa-gem"></span></div>
47-
<h2>This is Solid State</h2>
48-
<p>Another free + fully responsive site template by <a href="http://html5up.net">HTML5 UP</a></p>
49-
</div>
50-
</section>
46+
<!-- Wrapper -->
47+
<section id="wrapper">
48+
<section id="one" class="wrapper spotlight style1">
49+
<div class="inner">
50+
<a href="glsl.html" class="image"
51+
><img src="images/glsl.png" alt=""
52+
/></a>
53+
<div class="content">
54+
<h2 class="major">GLSL</h2>
55+
<p>
56+
Experiments and Shaders written in
57+
<a
58+
href="https://www.khronos.org/opengl/wiki/OpenGL_Shading_Language"
59+
target="_blank"
60+
>OpenGL Shading Language</a
61+
>.
62+
</p>
63+
<a href="glsl.html" class="special">Know more</a>
64+
</div>
65+
</div>
66+
</section>
5167

52-
<!-- Wrapper -->
53-
<section id="wrapper">
68+
<section id="two" class="wrapper alt spotlight style2">
69+
<div class="inner">
70+
<a href="osl.html" class="image"
71+
><img src="images/osl.png" alt=""
72+
/></a>
73+
<div class="content">
74+
<h2 class="major">OSL</h2>
75+
<p>
76+
Experiments and Shaders written in
77+
<a
78+
href="https://github.com/imageworks/OpenShadingLanguage"
79+
target="_blank"
80+
>Open Shading Language</a
81+
>.
82+
</p>
83+
<a href="osl.html" class="special">Know more</a>
84+
</div>
85+
</div>
86+
</section>
5487

55-
<!-- One -->
56-
<section id="one" class="wrapper spotlight style1">
57-
<div class="inner">
58-
<a href="#" class="image"><img src="images/pic01.jpg" alt="" /></a>
59-
<div class="content">
60-
<h2 class="major">Magna arcu feugiat</h2>
61-
<p>Lorem ipsum dolor sit amet, etiam lorem adipiscing elit. Cras turpis ante, nullam sit amet turpis non, sollicitudin posuere urna. Mauris id tellus arcu. Nunc vehicula id nulla dignissim dapibus. Nullam ultrices, neque et faucibus viverra, ex nulla cursus.</p>
62-
<a href="#" class="special">Learn more</a>
63-
</div>
64-
</div>
65-
</section>
88+
<section id="three" class="wrapper spotlight style3">
89+
<div class="inner">
90+
<a href="vex.html" class="image"
91+
><img src="images/vex.png" alt=""
92+
/></a>
93+
<div class="content">
94+
<h2 class="major">VEX</h2>
95+
<p>
96+
Experiments and Shaders written in
97+
<a
98+
href="http://www.sidefx.com/docs/houdini/vex/index.html"
99+
target="_blank"
100+
>VEX Language</a
101+
>.
102+
</p>
103+
<a href="vex.html" class="special">Know more</a>
104+
</div>
105+
</div>
106+
</section>
107+
</section>
66108

67-
<!-- Two -->
68-
<section id="two" class="wrapper alt spotlight style2">
69-
<div class="inner">
70-
<a href="#" class="image"><img src="images/pic02.jpg" alt="" /></a>
71-
<div class="content">
72-
<h2 class="major">Tempus adipiscing</h2>
73-
<p>Lorem ipsum dolor sit amet, etiam lorem adipiscing elit. Cras turpis ante, nullam sit amet turpis non, sollicitudin posuere urna. Mauris id tellus arcu. Nunc vehicula id nulla dignissim dapibus. Nullam ultrices, neque et faucibus viverra, ex nulla cursus.</p>
74-
<a href="#" class="special">Learn more</a>
75-
</div>
76-
</div>
77-
</section>
109+
<!-- Footer -->
110+
<section id="footer"></section>
111+
</div>
78112

79-
<!-- Three -->
80-
<section id="three" class="wrapper spotlight style3">
81-
<div class="inner">
82-
<a href="#" class="image"><img src="images/pic03.jpg" alt="" /></a>
83-
<div class="content">
84-
<h2 class="major">Nullam dignissim</h2>
85-
<p>Lorem ipsum dolor sit amet, etiam lorem adipiscing elit. Cras turpis ante, nullam sit amet turpis non, sollicitudin posuere urna. Mauris id tellus arcu. Nunc vehicula id nulla dignissim dapibus. Nullam ultrices, neque et faucibus viverra, ex nulla cursus.</p>
86-
<a href="#" class="special">Learn more</a>
87-
</div>
88-
</div>
89-
</section>
113+
<!-- Scripts -->
114+
<script src="assets/js/jquery.min.js"></script>
115+
<script src="assets/js/jquery.scrollex.min.js"></script>
116+
<script src="assets/js/browser.min.js"></script>
117+
<script src="assets/js/breakpoints.min.js"></script>
118+
<script src="assets/js/util.js"></script>
119+
<script src="assets/js/main.js"></script>
90120

91-
<!-- Four -->
92-
<section id="four" class="wrapper alt style1">
93-
<div class="inner">
94-
<h2 class="major">Vitae phasellus</h2>
95-
<p>Cras mattis ante fermentum, malesuada neque vitae, eleifend erat. Phasellus non pulvinar erat. Fusce tincidunt, nisl eget mattis egestas, purus ipsum consequat orci, sit amet lobortis lorem lacus in tellus. Sed ac elementum arcu. Quisque placerat auctor laoreet.</p>
96-
<section class="features">
97-
<article>
98-
<a href="#" class="image"><img src="images/pic04.jpg" alt="" /></a>
99-
<h3 class="major">Sed feugiat lorem</h3>
100-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing vehicula id nulla dignissim dapibus ultrices.</p>
101-
<a href="#" class="special">Learn more</a>
102-
</article>
103-
<article>
104-
<a href="#" class="image"><img src="images/pic05.jpg" alt="" /></a>
105-
<h3 class="major">Nisl placerat</h3>
106-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing vehicula id nulla dignissim dapibus ultrices.</p>
107-
<a href="#" class="special">Learn more</a>
108-
</article>
109-
<article>
110-
<a href="#" class="image"><img src="images/pic06.jpg" alt="" /></a>
111-
<h3 class="major">Ante fermentum</h3>
112-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing vehicula id nulla dignissim dapibus ultrices.</p>
113-
<a href="#" class="special">Learn more</a>
114-
</article>
115-
<article>
116-
<a href="#" class="image"><img src="images/pic07.jpg" alt="" /></a>
117-
<h3 class="major">Fusce consequat</h3>
118-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing vehicula id nulla dignissim dapibus ultrices.</p>
119-
<a href="#" class="special">Learn more</a>
120-
</article>
121-
</section>
122-
<ul class="actions">
123-
<li><a href="#" class="button">Browse All</a></li>
124-
</ul>
125-
</div>
126-
</section>
127-
128-
</section>
129-
130-
<!-- Footer -->
131-
<section id="footer">
132-
<div class="inner">
133-
<h2 class="major">Get in touch</h2>
134-
<p>Cras mattis ante fermentum, malesuada neque vitae, eleifend erat. Phasellus non pulvinar erat. Fusce tincidunt, nisl eget mattis egestas, purus ipsum consequat orci, sit amet lobortis lorem lacus in tellus. Sed ac elementum arcu. Quisque placerat auctor laoreet.</p>
135-
<form method="post" action="#">
136-
<div class="fields">
137-
<div class="field">
138-
<label for="name">Name</label>
139-
<input type="text" name="name" id="name" />
140-
</div>
141-
<div class="field">
142-
<label for="email">Email</label>
143-
<input type="email" name="email" id="email" />
144-
</div>
145-
<div class="field">
146-
<label for="message">Message</label>
147-
<textarea name="message" id="message" rows="4"></textarea>
148-
</div>
149-
</div>
150-
<ul class="actions">
151-
<li><input type="submit" value="Send Message" /></li>
152-
</ul>
153-
</form>
154-
<ul class="contact">
155-
<li class="icon solid fa-home">
156-
Untitled Inc<br />
157-
1234 Somewhere Road Suite #2894<br />
158-
Nashville, TN 00000-0000
159-
</li>
160-
<li class="icon solid fa-phone">(000) 000-0000</li>
161-
<li class="icon solid fa-envelope"><a href="#">information@untitled.tld</a></li>
162-
<li class="icon brands fa-twitter"><a href="#">twitter.com/untitled-tld</a></li>
163-
<li class="icon brands fa-facebook-f"><a href="#">facebook.com/untitled-tld</a></li>
164-
<li class="icon brands fa-instagram"><a href="#">instagram.com/untitled-tld</a></li>
165-
</ul>
166-
<ul class="copyright">
167-
<li>&copy; Untitled Inc. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
168-
</ul>
169-
</div>
170-
</section>
171-
172-
</div>
173-
174-
<!-- Scripts -->
175-
<script src="assets/js/jquery.min.js"></script>
176-
<script src="assets/js/jquery.scrollex.min.js"></script>
177-
<script src="assets/js/browser.min.js"></script>
178-
<script src="assets/js/breakpoints.min.js"></script>
179-
<script src="assets/js/util.js"></script>
180-
<script src="assets/js/main.js"></script>
181-
182-
</body>
183-
</html>
121+
<script src="assets/template/setup.js"></script>
122+
<script src="assets/template/header.js"></script>
123+
<script src="assets/template/menu.js"></script>
124+
<script src="assets/template/footer.js"></script>
125+
</body>
126+
</html>

0 commit comments

Comments
 (0)