-
Notifications
You must be signed in to change notification settings - Fork 0
/
socials.html
50 lines (39 loc) · 1.87 KB
/
socials.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./global.css">
<link rel="stylesheet" href="./socials.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=JetBrains+Mono:wght@100&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
</head>
<body>
<div class="content-container">
<a class="back" href="./index.html">
<div class="head-container">
<div class="head-content">
<h2 class="back-arrow"><~</h2>
<img class="profile-img" src="./images/profile-logo.png" alt="">
<h2 class="font-cursive">CodeTorso.com</h2>
</div>
</div>
</a>
<div class="socials-area">
<div class="circle-space">
<a href="https://github.com/CodeTorso"><img src="./images/github.svg" class="a"></a>
<a href="https://www.linkedin.com/in/pruthviraj-ilegaonkar-6b5237274/"><img src="./images/linkedin.svg" class="b"></a>
<a href="https://twitter.com/Pruthvirajcodes"><img src="./images/x.svg" class="c"></a>
<a href="https://www.youtube.com/@CodeTorso"><img src="./images/youtube.svg" class="d"></a>
<a href="https://www.fiverr.com/codetorso"><img src="./images/fiverr.svg" class="f"></a>
<a href="https://dribbble.com/CodeTorso"><img src="./images/dribble.svg" class="e"></a>
<a href="https://upwork.com/freelancers/pruthviraji"><img src="./images/upwork.svg" class="g"></a>
</div>
</div>
</div>
<script src="./socials.js"></script>
</body>
</html>