-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
48 lines (38 loc) · 1.71 KB
/
about.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Github Pages">
<meta name="description" content="MDEF documentation site for Your Name">
<title>Your name - MDEF</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/favicon.svg">
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<a href="index.html">Home</a>
<a href="term1/index.html">Term 1</a>
<a href="term2/index.html">Term 2</a>
<a href="term3/index.html">Term 3</a>
<a href="master-thesis.html">Master Thesis</a>
<a href="about.html">About me</a>
</div>
</div>
<div class="content">
<h1>About me</h1>
<img src="./images/avatar-photo.jpg" alt="Photo of Your name" />
<!-- While this is an image from the images folder. Never use absolute paths (starting with /) when linking local images, always relative. -->
<p>Hi! I am Your name. I am an art director & graphic designer based in New York City working on branding, visual identities, editorial design and web design.</p>
<h2>Previous work</h2>
<p>I'm a paragraph. Edit the page on Gitlab to add your own text and edit me. I’m a great place for you to tell a story and let your users know a little more about you.</p>
<h3>Project A</h3>
<p>Talking about a specific project I am proud of.</p>
</div>
<footer>
<p>Copyright 2023 <Your name> - Creative Commons Attribution Non Commercial </p>
<p>Source code hosted at <a href="{{repo_url}}">{{repo_name}}</a></p>
</footer>
</body>
</html>