-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMajor.html
32 lines (31 loc) · 1.84 KB
/
Major.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
<!DOCTYPE html>
<html>
<head>
<title>Hi ttp</title>
<link rel="stylesheet" href="Major/Major.css">
<script src="https://kit.fontawesome.com/fb1cf22ae3.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="home">
<a href="index.html" class="home-item"><i class="fa-solid fa-house"></i>home</a>
</div>
<div id="grid">
<div id="header">
<h1>About The website</h1>
</div>
<div id="body1">
<h1>How the website was made</h1>
<p>As websites are, This website was coded through A mix of HTML(hypertext markup language), css and a bit of javascript.
A lot of the fancier elements to the website have been appropriated from a youtuber and frontend designer known as hyperplexed, the allow use of their code in public websites and have inspired me to have another attempt at making websites (hence this website).
<br> Throughout coding this, I have learnt more skills such as how grids work with css, positioning elements and how to make colour palettes that don't burn peoples eyes while they view it.
</p>
</div>
<div id="body2">
<h1>How the website was hosted</h1>
<p>While creating the website I had to learn a few things, of which this is one. Apache2 is a port hosting thingy that allows files to be sent over the internet, allowing this website to exist. On my laptop I connect to my home internet, have apache running and have a website called <a href="https://www.noip.com/" class="link" style="text-decoration: underline;">no-ip<i class="fa-solid fa-note-sticky"></i></a><br>
A basic summary of how this works would be, Apache2 allows the website to be accessed once the ip address is pointed to, and No-ip allows the address to be pointed to from a text url (in this case Imbadathosting.ddns.net)
</p>
</div>
</div>
</body>
</html>