-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
37 lines (36 loc) · 1.84 KB
/
resources.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="resourcestyle/css" href="vendors/css/normalize.css">
<link rel="stylesheet" type="resourcestyle/css" href="vendors/css/grid.css">
<link rel="stylesheet" type="text/css" href="resources/css/resourcestyle.css">
<link href="https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,300;0,400;1,300&display=swap" rel="stylesheet" type='text/css'>
<title>PointsOn</title>
</head>
<body>
<header class="tutorial-header">
<div class="row">
<div class="logo">
<img src="resources/img/Channel Logo Large 2.png" alt="PointsOn logo" class="logo-image">
</div>
<div class="main-nav">
<ul>
<li><a href="homepage.html">Home</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="comments.html">Comments</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div id="clear"></div>
</div>
<div class="hero-text-box">
<h1>Software Links</h1>
<h2><li><a href="https://www.blender.org/">Blender</a></li></h2>
<h2><li><a href="https://www.microsoft.com/en-us/p/3d-builder/9wzdncrfj3t6?activetab=pivot:overviewtab">3d Builder</a></li></h2>
<h2><li><a href="https://www.autodesk.com/education/edu-software/overview?sorting=featured&page=1">Autodesk Licenses</a></li></h2>
<h2><li><a href="https://www.substance3d.com/education/">Substance Painter</a></li></h2>
</div>
</header>
</body>
</html>