Convert to component based architecture

This commit is contained in:
Schmelczer András 2019-12-21 22:59:41 +01:00
parent eb2075aec5
commit cdaa423b8a
70 changed files with 1942 additions and 484 deletions

View file

@ -16,20 +16,5 @@
<title>Portfolio</title>
</head>
<body>
<section class="center" id="photo-viewer">
<img id="photo" alt="currently opened photo" src=""/>
<div id="exit"></div>
</section>
<header class="center">
<img id="header-pic" alt="a picture of me" src=""/>
<h1 id="name"></h1>
</header>
<section id="about"></section>
<main id="timeline"></main>
<footer class="card center"><a id="email"></a></footer>
</body>
</html>