-
Notifications
You must be signed in to change notification settings - Fork 109
/
index.html
27 lines (27 loc) · 897 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/devicons/1.8.0/css/devicons.min.css">
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<div class="content" style="display: none;">
<div class="card">
<div class="firstinfo"><img data-pic>
<div class="profileinfo">
<h1 data-name></h1>
<h3 data-position></h3>
<p data-description class="bio"></p>
</div>
</div>
</div>
<div data-technologies class="badgescard"></div>
</div>
<script src="./js/profile.js"></script>
</body>
</html>