add portfolio
This commit is contained in:
parent
13d2a5dc29
commit
39690fd923
7 changed files with 564 additions and 1 deletions
42
portfolio/index.html
Normal file
42
portfolio/index.html
Normal file
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<script src="https://cdn.jsdelivr.net/gh/0x5841524f4e/js-lanyard/lanyard.js"></script>
|
||||
<title>zyq's Portfolio</title>
|
||||
<link href="style.css" rel="stylesheet" />
|
||||
<link rel="shortcut icon" href="https://rimgo.pussthecat.org/RFbdMMB.png" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
<div class="info">
|
||||
<img
|
||||
src="https://cdn.discordapp.com/avatars/1201415921802170388/3ccc13a2825eb8c98b5371fa0706e450.webp?size=1024&width=640&height=640"
|
||||
alt="Profile Picture"
|
||||
id="profile-picture"
|
||||
/>
|
||||
<h1 class="name tooltip" data-tooltip="zyqunix/Fabio/Laetitia/fentboiswag/монгол/192.168.2.217">zyqunix / Fabio</h1>
|
||||
<div class="time" id="time"> </div>
|
||||
<div class="age tooltip" id="age" data-tooltip="December 13th, 2008"></div>
|
||||
<div class="hobbies">
|
||||
Coding, Listening to Music, Reverse Engineering, Playing Counter-Strike
|
||||
</div>
|
||||
</div>
|
||||
<div class="discord cards">
|
||||
<h2>Discord</h2>
|
||||
<div id="status">Status</div>
|
||||
<div class="activity">
|
||||
<img alt="Activity Image" id="activity-image" />
|
||||
<div id="activity-name"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="languages cards">
|
||||
<h2>Languages</h2>
|
||||
</div>
|
||||
<div class="skills cards" id="skills-div">
|
||||
<h2>Skills</h2>
|
||||
</div>
|
||||
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue