new webpage :D
This commit is contained in:
parent
5455e4f2d0
commit
ccdb0526e4
7 changed files with 513 additions and 18 deletions
51
about_website.html
Normal file
51
about_website.html
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dreat - Music & Code</title>
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/pure-min.css" integrity="sha384-Uu6IeWbM+gzNVXJcM9XV3SohHtmWE+3VGi496jvgX1jyvDTXfdK+rfZc8C1Aehk5" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="layout">
|
||||
<div id="menu">
|
||||
<div class="pure-menu">
|
||||
<a class="pure-menu-heading" href="index.html">
|
||||
<img alt="logo" src="./images/logo.png" width="80%"/>
|
||||
</a>
|
||||
|
||||
<ul class="pure-menu-list">
|
||||
<li class="pure-menu-item"><a href="index.html" class="pure-menu-link">Home</a></li>
|
||||
<li class="pure-menu-item"><a href="projects.html" class="pure-menu-link">Projects</a></li>
|
||||
<li class="pure-menu-item"><a href="about_me.html" class="pure-menu-link">About me</a></li>
|
||||
<li class="pure-menu-item"><a href="about_website.html" class="pure-menu-link">About website</a></li>
|
||||
<li class="pure-menu-item"><a href="https://blog.dreat.info" class="pure-menu-link">Blog</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="main">
|
||||
<div class="header">
|
||||
<h1>About this website</h1>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2 class="font-i-want">This website is pure html&css</h2>
|
||||
<div class="font-i-want">
|
||||
<p>
|
||||
There is no js, no trackers, no adds. I see no point in basically business card to track visitors or execute any code on their browsers. <br />
|
||||
I built this using <a href="https://purecss.io/">one of PureCSS's templated</a> and deploy it using <a href="netlify.com">Netlify</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue