-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.html
38 lines (38 loc) · 1.43 KB
/
homepage.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="homepagestyle/css" href="vendors/css/normalize.css">
<link rel="stylesheet" type="homepagestyle/css" href="vendors/css/grid.css">
<link rel="stylesheet" type="text/css" href="resources/css/homepagestyle.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>
<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>Welcome to the world of 3d-modeling</h1>
</div>
<div class="view-box">
<p>This page has</p>
<h1 id="view-counter">0</h1>
<p>views</p>
</div>
</header>
<script src="views.js"></script>
</body>
</html>