-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
44 lines (41 loc) · 2.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>OpenGL_Lessons</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="theme/style.css" rel="stylesheet" type="text/css"/>
<link href="theme/footer/footer.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="content">
<div>OpenGL_Lessons - Content:</div>
Math:
<ul>
<!--<li><a href="Lesson0/index.html">Lesson0 - Pattern</a></li>-->
<li><a href="Lesson_Math_0_Intro/index.html">Math Intro</a></li>
<li><a href="Lesson_Math_1/index.html">Math Lesson 1 - Metrix, Type, Topology</a></li>
<li><a href="Lesson_Math_2/index.html">Math Lesson 2 - Color Models</a></li>
<li><a href="Lesson_Math_3/index.html">Math Lesson 3 - Space and Vectors</a></li>
</ul>
Code:
<ul>
<li><a href="Lesson_Code_0_Intro/index.html">Code Intro</a></li>
<li><a href="Lesson_Code_1/index.html">Lesson Code 1</a> | <a href="https://github.com/KnightDanila/GraphicProjects_OpenGL_Shaders_GLSL/blob/master/Lesson_Code_1/Task1.md">Lab1</a></li>
<li><a href="Lesson_Code_2/index.html">Lesson Code 2</a> | <a href="https://github.com/KnightDanila/GraphicProjects_OpenGL_Shaders_GLSL/blob/master/Lesson_Code_2/Task2.md">Lab2</a></li>
<li><a href="Lesson_Code_3/index.html">Lesson Code 3</a> | <a href="https://github.com/KnightDanila/GraphicProjects_OpenGL_Shaders_GLSL/blob/master/Lesson_Code_3/Task3.md">Lab3</a></li>
<li><a href="Lesson_Code_4/index.html">Lesson Code 4</a> | <a href="https://github.com/KnightDanila/GraphicProjects_OpenGL_Shaders_GLSL/blob/master/Lesson_Code_4/Task4.md">Lab4</a></li>
<!--<li><a href="Lesson5/index.html">Lesson5</a> | <a href="https://github.com/KnightDanila/GraphicProjects_OpenGL_Shaders_GLSL/blob/master/Lesson5/Task5.md">Lab5</a></li>-->
</ul>
</div>
<div id="Footer" class="footer">
<a href="https://github.com/KnightDanila">KnightDanila<img src="theme/fluidicon.png"></a>
</div>
</body>
</html>