mirror of https://github.com/reiyua/reiyua.lol.git
Add email address under header
This commit is contained in:
parent
1ba86c8ae9
commit
163d1b2184
|
@ -11,14 +11,15 @@
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Jersey+10&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Jersey+10&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<video autoplay muted loop id="bg-video">
|
<video autoplay muted loop id="bg-video">
|
||||||
<source src="assets/background_video.mp4" type="video/mp4">
|
<source src="assets/background_video.mp4" type="video/mp4">
|
||||||
Your browser does not support HTML5 video.
|
Your browser does not support HTML5 video.
|
||||||
</video>
|
</video>
|
||||||
<div class="centered-content">
|
<div class="centered-content">
|
||||||
<h1>reiyua</h1>
|
<h1>reiyua</h1>
|
||||||
|
<p class="email">rei@reiyua.lol</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="credit">
|
<div class="credit">
|
||||||
Video by <a href="https://www.pexels.com/video/an-orange-liquid-paint-in-motion-5649211/" target="_blank" rel="noopener noreferrer">Dan Cristian Pădureț</a> from Pexels
|
Video by <a href="https://www.pexels.com/video/an-orange-liquid-paint-in-motion-5649211/" target="_blank" rel="noopener noreferrer">Dan Cristian Pădureț</a> from Pexels
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue