-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 989 Bytes
/
Copy pathindex.html
File metadata and controls
35 lines (31 loc) · 989 Bytes
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
<!DOCTYPE HTML>
<html>
<head>
<title>hi, i'm {name}</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="card-container">
<div class="upper-container">
<div class="image-container">
<img src="https://itspolar.tk/cdn/basic-avatar.png" />
</div>
</div>
<div class="lower-container">
<div>
<h3>hi i'm (name)</h3>
<h4>(your occupation)</h4>
</div>
<div>
<p>Put text here</p>
</div>
<div>
<div class="ripple">
<a href="https://twitter.com" class="btn">social</a>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- Coded & Open Sourced by itspolar.tk | coded by itspolar -->