-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutsite.html
38 lines (32 loc) · 1.69 KB
/
aboutsite.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>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="index.css">
<title>Lorem Generator</title>
</head>
<body>
<main>
<h1><a href="index.html">LOREM IPSUM DOLOR</a></h1>
<div class="classicflex">
<h2><a href="aboutlorem.html">about lorem</a></h2>
<h2><a href="aboutsite.html">about site</a></h2>
</div>
<hr>
<p>
This site was developed chiefly to serve as a good learning experience for me, partly to include into my project portfolio. Although such a product as this in the 21st century is belittle. Multiple websites similiar to this are availble on the interent. 1000s in fact.
<br><br>
Hence, due to the above, i dont find it worthy to completely host it and make it a totally independant applicaiton. To add to it, it's built very simple.
<br><br>
For those viewers who are interested in knowing more about me (the developer), you can contact me / view my social footprint via the following links:
<br>→ <a href="https://www.linkedin.com/in/sairohitp/" target="_blank">LinkedIn</a>
<br>→ <a href="mailto:sairohitp007@gmail.com">e-mail</a>
<br><br>This project can be found in my GitHub as well:
<br>→ <a href = "https://github.com/sairohitp/lorem-ipsum-generator" target="_blank">GitHub Repo</a>
<br><br>© 2022 ThinkStrange – Contact for tweaks / Comment in the repo.
</p>
</main>
</body>
</html>