-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
83 lines (69 loc) · 4.32 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SMIT</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<link rel="icon" style="border-radius: 100px !important;" href="sir ahmed.jpg">
<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:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Silkscreen:wght@400;700&display=swap"
rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="logo" data-aos="zoom-out"><img src="sir ahmed.jpg" alt="">
</div>
<div class="heading">
<h1 class="animate__lightSpeedInRight" data-aos="zoom-in">SIR AHMED RAZA</h1>
</div>
<h2 class="code">
<a href="https://github.com/AhmedrAshraf/SMIT007-2024">View Code</a>
</h2>
<div class="main">
<div>
<h3>Web & App Development Books</h3>
<a href="/SMIT-BOOKS/">click to open & download book</a>
</div>
<hr />
<h3 class="animate__flipInX" data-aos="fade-right">Websites</h3>
<ul>
<li><a href="./EventPlanner" style="text-decoration: none; color: black; font-weight: 600;">Event Planner Website</a></li>
<li><a href="https://makelots.vercel.app" style="text-decoration: none; color: black; font-weight: 600;">Makelots Website</a></li>
<li><a href="./Move Game" style="text-decoration: none; color: black; font-weight: 600;">Move Game</a></li>
<li><a href="./Responsive/InstaLogin" style="text-decoration: none; color: black; font-weight: 600;">Insta Login</a></li>
<li><a href="./CSS/card-game" style="text-decoration: none; color: black; font-weight: 600;">Card Game</a></li>
<li><a href="./CSS/biryani-menu/" style="text-decoration: none; color: black; font-weight: 600;">Biryani Menu</a></li>
</ul>
<hr />
<h3 class="animate__flipInX" data-aos="fade-left">HTML CLASSES</h3>
<ul>
<li><a href="./HTML/15-12-23/ahmed.html" style="text-decoration: none; color: black; font-weight: 600;">HTML class 1</a></li>
<li><a href="./HTML/15-12-23/ahmed.html" style="text-decoration: none; color: black; font-weight: 600;">HTML class 1</a></li>
<li><a href="./HTML/18-12-23/home/home.html" style="text-decoration: none; color: black; font-weight: 600;">HTML class 2</a></li>
<li><a href="./HTML/20-12-23" style="text-decoration: none; color: black; font-weight: 600;">HTML class 3</a></li>
<li><a href="./HTML/22-12-23" style="text-decoration: none; color: black; font-weight: 600;">HTML class 4</a></li>
<li><a href="./HTML/27-12-23" style="text-decoration: none; color: black; font-weight: 600;">HTML class 5</a></li>
<li><a href="./HTML/29-12-23" style="text-decoration: none; color: black; font-weight: 600;">HTML class 6</a></li>
<li><a href="./HTML/1-1-24" style="text-decoration: none; color: black; font-weight: 600;">HTML class 7</a></li>
<li><a href="./HTML/new-tags" style="text-decoration: none; color: black; font-weight: 600;">HTML class 8 (New Tags)</a></li>
<li><a href="./HTML/3-1-24" style="text-decoration: none; color: black; font-weight: 600;">HTML class 9</a></li>
<hr />
<h3 class="animate__flipInX" data-aos="fade-right">CSS CLASSES</h3>
<li><a href="./Css/8-1-24/" style="text-decoration: none; color: black; font-weight: 600;">CSS Class 1</a></li>
<li><a href="./CSS/10-1-24/" style="text-decoration: none; color: black; font-weight: 600;">CSS class 2</a></li>
<li><a href="./CSS/12-1-24/" style="text-decoration: none; color: black; font-weight: 600;">CSS class 3</a></li>
<li><a href="./CSS/15-1-24/" style="text-decoration: none; color: black; font-weight: 600;">CSS class 4</a></li>
</ul>
</div>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>