This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
50 lines (40 loc) · 1.72 KB
/
index.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
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Portfolio of pepe</title>
<meta name="description" content="All I want to show to the world will be here in the future.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Portfolio of pepe">
<meta property="og:type" content="website">
<meta property="og:url" content="pepe.info">
<meta property="og:image" content="">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/picnic">
<link rel="stylesheet" href="css/style.css">
<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<header>
<h1>Hi I am pepe, and this is my portfolio.</h1>
</header>
<div id="wrapper" class="flex five-1000 two three-600">
<aside class="fifth-1000 half third-600">
<a href="contact.html">Contact page</a>
</aside>
<img src="img/portrait.jpg" class="two-fifth-1000 half two-third-600"/>
<section class="two-fifth-1000 full">
<p>I was born in the year of the Fire Dragon. My first computer was Atari 800XL in the year 84.</p>
<p>I was studying the CULS at the time it was only Agriculture, but still managed to become Computer scientist.</p>
<p>Now I am trying to pay back with the teaching.</p>
</section>
</div>
<footer>All right rejected by pepe 2021</footer>
<script src="js/vendor/modernizr-3.11.8.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>