My linktree ~Kaif Raza

pull/929/head
kr492 3 years ago committed by GitHub
parent 120204995f
commit 5a1c3e78a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@ -1,23 +1,129 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html>
<head> <head>
<meta charset="UTF-8"> <title>Kaif Geeks for Geeks</title>
<title>Web Dev for Beginners</title> <script rel="stylesheet" href="style.css"></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description"> <style>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> body{
<link rel="icon" type="image/png" href="images/favicon.png"> font-family: 'Courier New', Courier, monospace;
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css"></head> background-color:hsl(217, 54%, 11%);
<body> }
<div id="app"></div> .container{
<script> margin:5%;
window.$docsify = { padding:25px;
name: 'Web Development for Beginners: A Curriculum', border-radius: 10px;
repo: 'https://github.com/microsoft/Web-Dev-For-Beginners', height:max-content;
relativePath: true, width:max-content;
auto2top: false, background-color: rgba(22, 31, 56, 0.8);
} box-shadow: 0px 5px 10px grey;
</script> border-style: inset;
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script> }
</body> .box{
border-style:ridge;
padding: 20px;
background-color: rgba(255, 255, 255, 0.13);
}
.image{
}
section{
margin-top: 5px;
background-color: rgba(255, 255, 255, 0.13);
border-radius: 30px;
max-width: 360px;
padding: 10px;
}
/*.one :hover{
background-color: hsl(216, 50%, 16%);
border-radius: 20px;
width: 360px;
padding: 10px;
}
.two :hover{
width: 360px;
background-color: rgba(255, 255, 255, 0.13);
border-radius: 20px;
}
.three :hover{
width: 360px;
background-color: rgba(255, 255, 255, 0.13);
border-radius: 20px;
}
.four :hover{
width: 360px;
background-color: rgba(255, 255, 255, 0.13);
border-radius: 20px;
}*/
a{
text-decoration: none;
color: antiquewhite;
}
a:hover{
color: aqua;
}
.name{
background-color: hsl(216, 50%, 16%);
color: azure;
padding: 5px;
border-style: outset;
}
.new{
color: aqua;
font-size: 12px;
}
</style>
</head>
<body>
<center>
<div class="container">
<div class="image">
<img style="border-radius: 150px; border-style: groove;" src="profile.jpg">
</div>
<br>
<div class="name">Mohammad Kaif Raza K Ansari</div>
<br><cap class="new">(This IS my lINKTREE)</cap>
<div class="box">
<a href="https://www.linkedin.com/in/kaif-raza-a17346221" >
<section class="one">
<box>
<img style="height:15%; width: 15%; margin-bottom:-13px; margin-right: -12px;" src="in1.png">
LinkedIn<br>
</box>
</section>
</a>
<a href="https://instagram.com/md_kaifraza_492">
<section class="two">
<box>
<img style="height:15%; width: 15%; margin-bottom:-13px; margin-right: -15px;" src="inst1.png">
Instagram<br>
</box>
</section>
</a>
<a href="https://github.com/kr492">
<section class="three">
<box>
<img style="height:10%; width: 10%; margin-bottom:-13px; margin-right: -8px;" src="gh1.png">
Github<br>
</box>
</section>
</a>
<a href="https://twitter.com/KaifRaz32991038">
<section class="four">
<box>
<img style="height:15%; width: 15%; margin-bottom:-13px; margin-right: -12px;" src="twtr1.png">
Twitter
</box>
</section>
</a>
</div>
</div>
</center>
</body>
</html> </html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Loading…
Cancel
Save