first commit

This commit is contained in:
9ahmed 2021-04-06 19:42:18 +05:00
commit d101225e77
2 changed files with 68 additions and 0 deletions

58
index.html Normal file
View File

@ -0,0 +1,58 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" type="text/css" />
<title>startmenu</title>
</head>
<body>
<div class="links-main">
<ul class="rsat">
<img src="https://www.flaticon.com/svg/vstatic/svg/52/52053.svg?token=exp=1617717623~hmac=09067d41b678799a428117669debf229" height="24" width="24">
<a href="https://reddit.com/r/SAT/">r/SAT</a>
</ul>
<ul class="my-blog">
<img src="https://www.flaticon.com/svg/vstatic/svg/25/25694.svg?token=exp=1617717426~hmac=7c75fb475867bfe1b1233a20110049f5" height="22" width="22">
<a href="https://syedahmedblogs.cf">My blog</a>
</ul>
<ul class="disroot-main">
<img src="https://cdn.icon-icons.com/icons2/2407/PNG/512/disroot_icon_146193.png" height='23' width='23'>
<a href="https://disroot.org">Disroot</a>
</ul>
<ul class="private-bin">
<img src="https://www.flaticon.com/svg/vstatic/svg/861/861179.svg?token=exp=1617718080~hmac=95822f4f92b97d83fc3b4b0989178578" height='23' width='23'>
<a href="https://bin.disroot.org">PrivateBin</a>
</ul>
<ul class="searx">
<img src="https://www.svgrepo.com/show/14071/search.svg" height='22' width='22'>
<a href="https://search.disroot.org/">searX</a>
</ul>
<ul class="khanacademy">
<img src="https://www.vectorlogo.zone/logos/khanacademy/khanacademy-icon.svg" height='21' width='21'>
<a href="https://www.khanacademy.org/profile/kaid_4381599671175462892154555/courses">Khan Academy</a>
</ul>
<ul class="exam-updates">
<img src="https://www.flaticon.com/svg/vstatic/svg/709/709564.svg?token=exp=1617718374~hmac=2c661a56246ea755ee60a178ca8e2b76" height='21' width='21'>
<a href="https://www.cambridgeinternational.org/news/">Exam updates</a>
</ul>
<ul class="netlify">
<img src="https://www.vectorlogo.zone/logos/netlify/netlify-icon.svg" height='23' width='23'>
<a href="https://app.netlify.com/teams/9ahmed/overview">Netlify</a>
</ul>
</div>
</body>
</html>

10
style.css Normal file
View File

@ -0,0 +1,10 @@
body {
background: #fff;
}
.links-main {
font-size: 20px;
font-family: 'Courier New', Courier, monospace;
text-align: center;
padding-top: 200px;
}