Add webpack support
This commit is contained in:
parent
fb3ef7475c
commit
eb2075aec5
33 changed files with 988 additions and 765 deletions
35
src/index.html
Normal file
35
src/index.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
||||
<meta property="og:image:width" content="1500">
|
||||
<meta property="og:image:height" content="785">
|
||||
<meta property="og:title" content="Portfolio - András Schmelczer">
|
||||
<meta property="og:description" content="You can view my projects on a timeline.">
|
||||
<meta property="og:url" content="https://schmelczer.dev">
|
||||
<meta property="og:image" content="https://schmelczer.dev/og-image.jpg">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<meta name="theme-color" content="#31343F" />
|
||||
|
||||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue