-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (96 loc) · 4.73 KB
/
index.html
File metadata and controls
105 lines (96 loc) · 4.73 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Looking for me?">
<meta name="author" content="Phamdat">
<meta name="theme-color" content="#EBADA0">
<meta name="og:type" content="website">
<meta name="og:title" content="Phamdat's Website">
<meta name="og:description" content="Looking for me?">
<meta name="og:url" content="https://realPhamdat.github.io/">
<meta name="og:image" content="https://scontent.fhan15-2.fna.fbcdn.net/v/t39.30808-6/335150492_763778818296460_2617856348554711975_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=09cbfe&_nc_ohc=zmXmjBOkts8AX8BYc2N&_nc_ht=scontent.fhan15-2.fna&oh=00_AfDeWP2TA4THJOOnbTAwkaxS-LgEHjB7D7Jt8W5gKesmfw&oe=64130697">
<title>Profile</title>
<link rel="icon" href="./src/img/avatar.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./src/css/style.css">
</head>
<body>
<div id="circle_toggle" class="_hover"><i class="fas fa-mouse-pointer"></i> Circle cursor toggle</div>
<div id="_load"><div id="bar"></div> <h1 id="_load_title">LOADING...</h1></div>
<div id="_circle"></div>
<button id="mode" class="_hover"></button>
<div id="container">
<div id="main_card">
<div id="_home" class="component no-scroll-btn _show _full_show">
<div id="avatar" class="_hover" style="--avatar: url('../img/avatar.png');"></div>
<h1 id="title">Phamdat</h1>
<p id="about">Any code is good, as long as it works.</p>
<div id="list_button">
<a href="https://discord.com/users/1191703681637290086" target="_blank" class="btn _hover"><i class="fab fa-discord"></i></a>
<a href="https://github.com/realphamdat" target="_blank" class="btn _hover"><i class="fab fa-github"></i></a>
<a href="https://www.youtube.com/@realPhamdat0" target="_blank" class="btn _hover"><i class="fab fa-youtube"></i></a>
<a href="https://www.tiktok.com/@realphamdat" target="_blank" class="btn _hover"><i class="fab fa-tiktok"></i></a>
<a href="https://www.facebook.com/realphamdat0" target="_blank" class="btn _hover"><i class="fab fa-facebook"></i></a>
<a href="mailto:phamthanhdat140510@gmail.com" class="btn _nohope _hover"><i class="fa fa-envelope"></i> <span>phamthanhdat140510@gmail.com</span></a>
</div>
</div>
<div id="_about" class="component">
<h1 id="_about_title">ABOUT ME</h1>
<div id="_about_info">
<div class="columns">
<div>
<table class="no_column">
<tbody>
<tr>
<th>Full Name :</th>
<td>Pham Thanh Dat</td>
</tr>
<tr>
<th>Gender :</th>
<td>Male</td>
</tr>
<tr>
<th>Born :</th>
<td>14/05/2010</td>
</tr>
<tr>
<th>Country :</th>
<td>Vietnam</td>
</tr>
<tr>
<th>Language :</th>
<td>Vietnamese, English</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div id="_project" class="component no-scroll-btn">
<h1 id="_project_title">MY PROJECTS</h1>
<div class="project_cards">
<div class="card _hover" onclick="location.reload();" style="--text:'PROFILE';">
<div class="image" style="--project-image:url('../img/projects/profile.png');"></div>
</div>
<div class="card _hover" onclick="window.open('https://docs.google.com/document/d/10AcHPpYA6FJu6f5E8YGkjfzPrYZ26pLarktr0XHj5jo/edit?tab=t.nz321vcjezrg');" style="--text:'PHAMDAT SELFBOT';">
<div class="image" style="--project-image:url('../img/projects/phamdat_selfbot.png');"></div>
</div>
</div>
<h4 style="text-align:center;margin-top:30px;font-family:'Poppins';color: var(--text-color);">Comming Soon ...</h4>
</div>
</div>
</div>
<div id="sidebar">
<div id="item_list">
<a href="#_home" class="item_inner _hover _focus" item-toggle="component" item-target="_home"><i class="fas fa-home"></i> <div class="_tooltip">Home</div></a>
<a href="#_about" class="item_inner _hover" target="_blank" item-toggle="component" item-target="_about"><i class="fas fa-user"></i> <div class="_tooltip">About</div></a>
<a href="#_project" class="item_inner _hover" item-toggle="component" item-target="_project"><i class="fas fa-briefcase"></i> <div class="_tooltip">Project</div></a>
</div>
</div>
<script src="./src/js/app.js"></script>
</body>
</html>