-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheducation.html
More file actions
166 lines (162 loc) · 7.63 KB
/
Copy patheducation.html
File metadata and controls
166 lines (162 loc) · 7.63 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Education</title>
<meta name="description" content>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<a href="index.html">
<p>GDR</p>
</a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="contributing.html">Contribute</a></li>
</ul>
</header>
<main>
<h1 class="std_header">Education</h1>
<p class="std_desc">Where to learn</p>
<ul id="content_list">
<li class="fade_up">
<a
href="https://pll.harvard.edu/catalog?topics%5B702%5D=702&price%5B1%5D=1&max_price=&start_date=&keywords=&url="
target="_blank">
<img src="assets/images/harvard_logo.png"
alt="harvard-logo">
</a>
<div>
<a
href="https://pll.harvard.edu/catalog?topics%5B702%5D=702&price%5B1%5D=1&max_price=&start_date=&keywords=&url="
target="_blank"><h2>Harvard CS50</h2></a>
<p>Free, online computer science courses taught by
Harvard professors</p>
</div>
</li>
<li class="divider"></li>
<li class="fade_up">
<a href="https://learn.unity.com/pathway/unity-essentials"
target="_blank">
<img src="assets/images/unity_essentials_logo.avif"
alt="unity-essentials-logo">
</a>
<div>
<a
href="https://learn.unity.com/pathway/unity-essentials"
target="_blank"><h2>Unity Essentials</h2></a>
<p>Unity's official beginners course</p>
</div>
</li>
<li class="divider"></li>
<li class="fade_up">
<a
href="https://docs.godotengine.org/en/stable/getting_started/introduction/index.html#toc-learn-introduction"
target="_blank">
<img src="assets/images/godot_docs_logo.webp"
alt="godot-docs-logo">
</a>
<div>
<a
href="https://docs.godotengine.org/en/stable/getting_started/introduction/index.html#toc-learn-introduction"
target="_blank"><h2>Godot Introduction</h2></a>
<p>Godot's official introduction guide</p>
</div>
</li>
<li class="divider"></li>
<li class="fade_up">
<a
href="https://dev.epicgames.com/community/learning/paths/Yaz/2025-crash-course-for-new-unreal-engine-developers"
target="_blank">
<img src="assets/images/unreal-logo.png"
alt="unreal-logo">
</a>
<div>
<a
href="https://dev.epicgames.com/community/learning/paths/Yaz/2025-crash-course-for-new-unreal-engine-developers"
target="_blank"><h2>Unreal Crash Course</h2></a>
<p>Unreal Engine crash course for new Unreal
developers</p>
</div>
</li>
<li class="divider"></li>
<li class="fade_up">
<a href="https://gamemaker.io/en/tutorials" target="_blank">
<img src="assets/images/gamemaker-logo.svg"
alt="gamemaker-logo" style="filter: invert();">
</a>
<div>
<a href="https://gamemaker.io/en/tutorials"
target="_blank"><h2>GameMaker Tutorials</h2></a>
<p>Official GameMaker tutorials</p>
</div>
</li>
<li class="divider"></li>
<li class="fade_up">
<a href="https://youtu.be/AmGSEH7QcDg?si=qYVckxsJ5Of0NvGQ"
target="_blank">
<img src="assets/images/codemonkey_logo.jpg"
alt="codemonkey-logo" style="border-radius: 100%;">
</a>
<div>
<a
href="https://youtu.be/AmGSEH7QcDg?si=qYVckxsJ5Of0NvGQ"
target="_blank"><h2>Unity Beginner Course</h2></a>
<p>Free and complete video tutorial to Unity by
CodeMonkey</p>
</div>
</li>
<li class="divider"></li>
<li class="fade_up">
<a href="https://youtu.be/LOhfqjmasi0?si=S-cJuziNKdqXwFx-"
target="_blank">
<img src="assets/images/brackeys_logo.jpg"
alt="brackeys-logo" style="border-radius: 100%;">
</a>
<div>
<a
href="https://youtu.be/LOhfqjmasi0?si=S-cJuziNKdqXwFx-"
target="_blank"><h2>Godot Beginner Course</h2></a>
<p>Video tutorial to Godot by Brackeys</p>
</div>
</li>
<li class="divider"></li>
<li class="fade_up">
<a href="https://love2d.org/wiki/Category:Tutorials"
target="_blank">
<img src="assets/images/love-2d-tutorials.png"
alt="love-2d-whale" style="border-radius: 100%;">
</a>
<div>
<a
href="https://love2d.org/wiki/Category:Tutorials"
target="_blank"><h2>LÖVE Tutorials</h2></a>
<p>Officially currated LÖVE tutorials</p>
</div>
</li>
<li class="divider"></li>
<li class="fade_up">
<a href="https://howtomarketagame.com/" target="_blank">
<img src="assets/images/howtomarketagame_logo.jpg"
alt="codemonkey-logo" style="border-radius: 100%;">
</a>
<div>
<a href="https://howtomarketagame.com/"
target="_blank"><h2>How To Market a Game</h2></a>
<p>Collection of courses, statistics, talks, and guides
about game marketing by Chris Zukowski</p>
</div>
</li>
</ul>
</main>
</body>
</html>