-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDevlogs.html
95 lines (82 loc) · 3.79 KB
/
Devlogs.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
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <link href="assets/css/style.css" rel="stylesheet"> -->
<link href="assets/css/Devlogs.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<!-- <ul class="versionList_3">
<h1>Year</h1>
<li class="vManage active"><a href="#2025">2025</a></li>
<li class="vManage"><a href="#2024">2024</a></li>
<li class="vManage"><a href="#2023">2023</a></li>
</ul> -->
<!-- ======= Header ======= -->
<header id="header">
<div class="d-flex flex-column">
<div class="profile">
<div class="profile-text">
<!-- <button style="background-color:yellow; margin-left: 11%; " class="btn btn-warning" type="submit" onclick="window.open('assets/files/ResumeFinal.pdf')">Download<strong> Resume</strong></button> -->
<h1 style="margin-top:0px;text-align: left !important;" class="text-light"><a href="index.html" style="font-style: normal; color: white !important;"><strong style="color:#b4ddfb">SHAMIT</strong> AHMED✦</a></h1>
<!-- <marquee width="50%" direction="left" height="25px" scrollamount="3" BEHAVIOR="alternate">
<p style="margin-top:0px;text-align: left !important; font-style: normal;font-size:14px; color:white !important;" class="text-light">Game Programmer ✦ Student ✦ Researcher ✦ Designer</p>
</marquee> -->
<!-- <p style="text-align: left;margin-bottom: 0px !important; margin-top: 0.86rem !important;">Senior Game Developer,</p>
<a href="https://playense.com/">Playense</a> -->
</div>
</div>
<br>
<br>
<nav class="nav-menu">
<h1 style="padding-left: 70px;">Year</h1>
<ul>
<!-- <li class="active"><a href="index.html"><i class="bx bx-home"></i> <span>Home</span></a></li> -->
<li><a href="#2025" class="sidebar"><i class="bx bx-user"></i> <span>2025</span></a></li>
<li><a href="#2024" class="sidebar"><i class="bx bx-dumbbell"></i>2024</a></li>
<li><a href="#2023" class="sidebar"><i class='bx bx-medal' ></i><span>2023</span></a></li>
<li><a href="#2022" class="sidebar"><i class='bx bx-book-content'></i> <span>2022</span></a></li>
</ul>
</nav><!-- .nav-menu -->
<button type="button" class="mobile-nav-toggle d-xl-none"><i class="icofont-navigation-menu"></i></button>
<!-- Day/Night Toggle Button -->
<div class="theme-toggle-container"><P style="margin-top: 7px;">🌙</P>
<input type="checkbox" id="theme-toggle" class="theme-toggle">
<label for="theme-toggle" class="toggle-label">
<!-- <i class="fa-solid fa-sun"></i>
<i class="fa-solid fa-moon"></i> -->
<span class="ball"></span>
</label><P style="margin-top: 7px;">☀️</P>
</div>
</div>
</header><!-- End Header -->
<div class="part_3_overlay">
<div class="part_3">
<h1>📅Devlogs</h1>
<p>Here you can find detailed development logs and stories of my work and research over the years!</p>
<P>🚧Currently Work in Progress!🚧</P>
<div class="version">
<h1 class="year" id="2025">2025</h1>
<p class="date_3">February 2025</p>
<ul class="changes_3">
<P>WIP</P>
</ul>
<p class="date_3">January 2025</p>
<ul class="changes_3">
<!-- <img class="activegif" src="assets/img/projects/unreality.gif"> -->
<P>WIP</P>
</ul>
</div>
<div class="version">
<h1 class="year" id="2024">2024</h1>
</div>
<div class="version">
<h1 class="year" id="2023">2023</h1>
</div>
<div class="version">
<h1 class="year" id="2022">2022</h1>
</div>
</div>
</div>
</body>
</html>