-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (51 loc) · 2.63 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!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="style.css">
<link rel="stylesheet" href="global.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">
<meta property="og:title" content="CodeTorso Portfolio">
<meta property="og:type" content="website" />
<meta property="og:description" content="I'm a freelance software engineer more precisely a web developer. This is my personal as well as portfolio site.">
<meta property="og:image" content="https://codetorso.github.io/images/web-img-og-meta.png">
<meta property="og:image:width" content="1143" />
<meta property="og:image:height" content="888"/>
<meta property="og:url" content="https://codetorso.github.io">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Pruthvirajcodes">
<meta name="twitter:title" content="CodeTorso portfolio">
<meta name="twitter:description" content="I'm a freelance software engineer more precisely a web developer. This is my personal as well as portfolio site.">
<meta name="twitter:image" content="https://codetorso.github.io/images/web-img-og-meta.png">
</head>
<body>
<div class="content-container">
<div class="main-content">
<div class="centre-container">
<div class="web-url-container">
<h3 class="font-cursive website-url">CodeTorso.</h3>
<div class="inner">
<h3 class="font-cursive website-url">com__</h3>
<h3 class="font-cursive website-url website-url-styled">github.io</h3>
</div>
</div>
<img class="profile-img" src="./images/profile-logo.png" alt="">
<h1 class="font-cursive">Ayo, I am @CodeTorso</h1>
</div>
<p>I'm a freelance software engineer more precisely a web developer and blah-blah-blah. You can contact me on <a href="https://twitter.com/Pruthvirajcodes">Twitter</a></p>
<p>I work on Upwork. This website kinda serves like my personal as well as portfolio website. You can checkout of my blogs, projects, and everything else here.</p>
<div class="showcase">
<nav>
<a title="powered by hashnode" href="https://codetorso.hashnode.dev/">Blogs</a>
<a href="">Projects</a>
<a href="./socials.html">Socials</a>
</nav>
</div>
</div>
</div>
</body>
</html>