This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (31 loc) · 1.67 KB
/
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
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Marck+Script&family=Montserrat:ital,wght@0,400;0,500;1,400;1,500&display=swap" rel="stylesheet">
<meta name="og:image" content="/assets/avatar.gif">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta name="og:title" content="About me">
<meta name="og:description" content="notweuz. Junior Developer. Node.js • JavaScript • Java">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/button.css">
<title>notweuz</title>
</head>
<body>
<div class="title">
<img class="img" src="assets/avatar.png">
<h1>notweuz</h1>
<a href="https://github.com/notweuz"><button><img class="img1" src="assets/github.svg"></button></a>
<a href="https://discord.gg/WT7SD6wqjG"><button><img class="img1" src="assets/discord.svg"></button></a>
<a href="https://www.blockchain.com/bch/address/qp8k36w2s80u0d4pux2y5687rvq54f6rhqn2exwn0s"><button><img class="img1" src="assets/btc-cash.svg"></button></a>
<a href="https://qiwi.com/n/W33UZ"><button><img class="img1" src="assets/qiwi.svg"></button></a>
<!-- <a href="https://steamcommunity.com/id/not_weuz/"><button><img class="img1" src="assets/steam.svg"></button></a> -->
<!-- <a href="https://twitter.com/notweuz_"><button><img class="img1" src="assets/twitter.svg"></button></a>-->
</div>
<div class="info">
<p>JavaScript • Node.js • Java<br>Junior Developer<p>
</div>
</body>
</html>