-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.html
68 lines (63 loc) · 2.06 KB
/
profile.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" type="text/css" href="profile.css">
<link rel="stylesheet" type="text/css" href="Font/css/fontawesome.min.css">
<link rel="stylesheet" type="text/css" href="Font/css/all.min.css">
</head>
<body>
<div class="color">
<section class="profile">
<div class="pro-text">
<span>Developer</span>
<h1>Yoon Thiri Aung</h1>
<p>All the rooms have en-suite facilities, with its own shower and toilet facilities making it a perfect place to stay.</p>
<div class="pro-btn">
<a href="index.html" class="btn">View Demo</a>
<a href="#ngwe" class="btn "><i class="fa-solid fa-angle-down"></i></a>
</div>
</div>
<div class="pro-img">
<img src="yoon3.jpg">
</div>
</section>
<div class="share">
<p>Check out my:</p>
<div class="social">
<a href="https://t.me/yoonthiri04"><i class="fa-brands fa-telegram"></i></a>
<a href="https://github.com/yoon-thiri04"><i class="fa-brands fa-github"></i></a>
</div>
</div>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="js/pro.js"></script>
<div id="ngwe">
<section class="profile">
<div class="pro-text">
<span>Developer</span>
<h1>Ngwe Sandar Zaw</h1>
<p>All the rooms have en-suite facilities, with its own shower and toilet facilities making it a perfect place to stay.</p>
<div class="pro-btn">
<a href="index.html" class="btn">View Demo</a>
<a href="#" class="btn "><i class="fa-solid fa-angle-up"></i></a>
</div>
</div>
<div class="pro-img">
<img src="image/nsz.jpg">
</div>
</section>
<div class="share1">
<p>Check out my:</p>
<div class="social">
<a href="https://t.me/s_mooNY"><i class="fa-brands fa-telegram"></i></a>
<a href="https://github.com/N-Sandar-Z"><i class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="js/pro.js"></script>
</div>
</body>
</html>