-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 1 KB
/
index.html
File metadata and controls
28 lines (25 loc) · 1 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1">
<title>Devansh Das</title>
<meta name="description" content="Information, work & achievements of Devansh Das aka Duke Design">
<meta name="author" content="Devansh Das">
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap" rel="stylesheet">
</head>
<body>
<section id="intro">
<h1>Devansh</h1>
<span>Computer Science Undergrad student at Warsaw University of Technology.</span>
<span>Novice Web Developer and Graphic Designer.</span>
</section>
<section id="creative">
<div class="card">
</div>
</section>
</body>
</html>