Skip to content

Commit 86848f5

Browse files
committed
Complete portfolio redesign with modern dark theme
- Redesigned with modern dark theme and developer aesthetics - Added responsive navigation with mobile menu - Created hero section with professional introduction - Added project showcase with tech stacks and descriptions - Implemented technical expertise grid - Added publications section with research highlights - Created comprehensive about page with timeline - Added interactive animations and smooth scrolling - Optimized for mobile responsiveness - Cleaned up old Ghost theme files - Added custom CSS and JavaScript for enhanced UX
1 parent 596667d commit 86848f5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+4536
-3521
lines changed

404.html

Lines changed: 14 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,18 @@
11
---
2-
layout: error
3-
title: "404 - Page Not Found"
4-
permalink: 404.html
2+
layout: default
3+
title: 404 - Page Not Found
54
---
65

7-
<!doctype html>
8-
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
9-
<!--[if (gte IE 9)| IEMobile |!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
10-
<head>
11-
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
12-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
13-
14-
<title>404 - Page Not Found</title>
15-
16-
<meta name="HandheldFriendly" content="True">
17-
<meta name="MobileOptimized" content="320">
18-
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
19-
<meta name="apple-mobile-web-app-capable" content="yes" />
20-
21-
<link rel="shortcut icon" href="{{ site.baseurl }}assets/images/favicon.ico">
22-
<meta http-equiv="cleartype" content="on">
23-
24-
<link rel="stylesheet" type='text/css' href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700'>
25-
<link rel="stylesheet" href="{{ site.baseurl }}assets/css/ghost.min.css" />
26-
</head>
27-
<body>
28-
<main role="main" id="main">
29-
<div class="gh-app">
30-
<div class="gh-viewport">
31-
<div class="gh-view">
32-
<section class="error-content error-404 js-error-container">
33-
<section class="error-details">
34-
<img
35-
class="error-ghost"
36-
src="{{ site.baseurl }}assets/images/404.png"
37-
srcset="{{ site.baseurl }}assets/images/404.png"/>
38-
<section class="error-message">
39-
<h1 class="error-code">404</h1>
40-
<h2 class="error-description">Page not found</h2>
41-
<a class="error-link" href="{{ site.baseurl }}">Go to the front page →</a>
42-
</section>
43-
</section>
44-
</section>
45-
</div>
46-
</div>
6+
<section class="hero">
7+
<div class="hero-content">
8+
<h1 class="hero-title">404</h1>
9+
<p class="hero-subtitle">Page Not Found</p>
10+
<p class="hero-description">
11+
Sorry, the page you're looking for doesn't exist. It might have been moved, deleted, or you entered the wrong URL.
12+
</p>
13+
<div class="hero-buttons">
14+
<a href="{{ '/' | relative_url }}" class="btn btn-primary">Go Home</a>
15+
<a href="{{ '/about/' | relative_url }}" class="btn btn-secondary">About Me</a>
4716
</div>
48-
</main>
49-
50-
<!-- Add Google Analytics -->
51-
{% include analytics.html %}
52-
</body>
53-
</html>
17+
</div>
18+
</section>

Gemfile

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
source "https://rubygems.org"
2+
3+
gem "jekyll", "~> 4.3"
4+
gem "minima", "~> 2.5"
5+
6+
group :jekyll_plugins do
7+
gem "jekyll-feed", "~> 0.12"
8+
gem "jekyll-sitemap"
9+
end
10+
11+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
12+
# and associated library.
13+
platforms :mingw, :x64_mingw, :mswin, :jruby do
14+
gem "tzinfo", ">= 1", "< 3"
15+
gem "tzinfo-data"
16+
end
17+
18+
# Performance-booster for watching directories on Windows
19+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
20+
21+
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
22+
# do not have a Java counterpart.
23+
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
24+
25+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Gemfile.lock

Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.3.0)
7+
bigdecimal (3.2.3)
8+
colorator (1.1.0)
9+
concurrent-ruby (1.3.5)
10+
csv (3.3.5)
11+
em-websocket (0.5.3)
12+
eventmachine (>= 0.12.9)
13+
http_parser.rb (~> 0)
14+
eventmachine (1.2.7)
15+
ffi (1.17.2)
16+
ffi (1.17.2-aarch64-linux-gnu)
17+
ffi (1.17.2-aarch64-linux-musl)
18+
ffi (1.17.2-arm-linux-gnu)
19+
ffi (1.17.2-arm-linux-musl)
20+
ffi (1.17.2-arm64-darwin)
21+
ffi (1.17.2-x86-linux-gnu)
22+
ffi (1.17.2-x86-linux-musl)
23+
ffi (1.17.2-x86_64-darwin)
24+
ffi (1.17.2-x86_64-linux-gnu)
25+
ffi (1.17.2-x86_64-linux-musl)
26+
forwardable-extended (2.6.0)
27+
google-protobuf (4.32.1)
28+
bigdecimal
29+
rake (>= 13)
30+
google-protobuf (4.32.1-aarch64-linux-gnu)
31+
bigdecimal
32+
rake (>= 13)
33+
google-protobuf (4.32.1-aarch64-linux-musl)
34+
bigdecimal
35+
rake (>= 13)
36+
google-protobuf (4.32.1-arm64-darwin)
37+
bigdecimal
38+
rake (>= 13)
39+
google-protobuf (4.32.1-x86-linux-gnu)
40+
bigdecimal
41+
rake (>= 13)
42+
google-protobuf (4.32.1-x86-linux-musl)
43+
bigdecimal
44+
rake (>= 13)
45+
google-protobuf (4.32.1-x86_64-darwin)
46+
bigdecimal
47+
rake (>= 13)
48+
google-protobuf (4.32.1-x86_64-linux-gnu)
49+
bigdecimal
50+
rake (>= 13)
51+
google-protobuf (4.32.1-x86_64-linux-musl)
52+
bigdecimal
53+
rake (>= 13)
54+
http_parser.rb (0.8.0)
55+
i18n (1.14.7)
56+
concurrent-ruby (~> 1.0)
57+
jekyll (4.4.1)
58+
addressable (~> 2.4)
59+
base64 (~> 0.2)
60+
colorator (~> 1.0)
61+
csv (~> 3.0)
62+
em-websocket (~> 0.5)
63+
i18n (~> 1.0)
64+
jekyll-sass-converter (>= 2.0, < 4.0)
65+
jekyll-watch (~> 2.0)
66+
json (~> 2.6)
67+
kramdown (~> 2.3, >= 2.3.1)
68+
kramdown-parser-gfm (~> 1.0)
69+
liquid (~> 4.0)
70+
mercenary (~> 0.3, >= 0.3.6)
71+
pathutil (~> 0.9)
72+
rouge (>= 3.0, < 5.0)
73+
safe_yaml (~> 1.0)
74+
terminal-table (>= 1.8, < 4.0)
75+
webrick (~> 1.7)
76+
jekyll-feed (0.17.0)
77+
jekyll (>= 3.7, < 5.0)
78+
jekyll-sass-converter (3.1.0)
79+
sass-embedded (~> 1.75)
80+
jekyll-seo-tag (2.8.0)
81+
jekyll (>= 3.8, < 5.0)
82+
jekyll-sitemap (1.4.0)
83+
jekyll (>= 3.7, < 5.0)
84+
jekyll-watch (2.2.1)
85+
listen (~> 3.0)
86+
json (2.15.0)
87+
kramdown (2.5.1)
88+
rexml (>= 3.3.9)
89+
kramdown-parser-gfm (1.1.0)
90+
kramdown (~> 2.0)
91+
liquid (4.0.4)
92+
listen (3.9.0)
93+
rb-fsevent (~> 0.10, >= 0.10.3)
94+
rb-inotify (~> 0.9, >= 0.9.10)
95+
mercenary (0.4.0)
96+
minima (2.5.2)
97+
jekyll (>= 3.5, < 5.0)
98+
jekyll-feed (~> 0.9)
99+
jekyll-seo-tag (~> 2.1)
100+
pathutil (0.16.2)
101+
forwardable-extended (~> 2.6)
102+
public_suffix (6.0.2)
103+
rake (13.3.0)
104+
rb-fsevent (0.11.2)
105+
rb-inotify (0.11.1)
106+
ffi (~> 1.0)
107+
rexml (3.4.4)
108+
rouge (4.6.0)
109+
safe_yaml (1.0.5)
110+
sass-embedded (1.93.2)
111+
google-protobuf (~> 4.31)
112+
rake (>= 13)
113+
sass-embedded (1.93.2-aarch64-linux-android)
114+
google-protobuf (~> 4.31)
115+
sass-embedded (1.93.2-aarch64-linux-gnu)
116+
google-protobuf (~> 4.31)
117+
sass-embedded (1.93.2-aarch64-linux-musl)
118+
google-protobuf (~> 4.31)
119+
sass-embedded (1.93.2-arm-linux-androideabi)
120+
google-protobuf (~> 4.31)
121+
sass-embedded (1.93.2-arm-linux-gnueabihf)
122+
google-protobuf (~> 4.31)
123+
sass-embedded (1.93.2-arm-linux-musleabihf)
124+
google-protobuf (~> 4.31)
125+
sass-embedded (1.93.2-arm64-darwin)
126+
google-protobuf (~> 4.31)
127+
sass-embedded (1.93.2-riscv64-linux-android)
128+
google-protobuf (~> 4.31)
129+
sass-embedded (1.93.2-riscv64-linux-gnu)
130+
google-protobuf (~> 4.31)
131+
sass-embedded (1.93.2-riscv64-linux-musl)
132+
google-protobuf (~> 4.31)
133+
sass-embedded (1.93.2-x86_64-darwin)
134+
google-protobuf (~> 4.31)
135+
sass-embedded (1.93.2-x86_64-linux-android)
136+
google-protobuf (~> 4.31)
137+
sass-embedded (1.93.2-x86_64-linux-gnu)
138+
google-protobuf (~> 4.31)
139+
sass-embedded (1.93.2-x86_64-linux-musl)
140+
google-protobuf (~> 4.31)
141+
terminal-table (3.0.2)
142+
unicode-display_width (>= 1.1.1, < 3)
143+
unicode-display_width (2.6.0)
144+
webrick (1.9.1)
145+
146+
PLATFORMS
147+
aarch64-linux-android
148+
aarch64-linux-gnu
149+
aarch64-linux-musl
150+
arm-linux-androideabi
151+
arm-linux-gnu
152+
arm-linux-gnueabihf
153+
arm-linux-musl
154+
arm-linux-musleabihf
155+
arm64-darwin
156+
riscv64-linux-android
157+
riscv64-linux-gnu
158+
riscv64-linux-musl
159+
ruby
160+
x86-linux-gnu
161+
x86-linux-musl
162+
x86_64-darwin
163+
x86_64-linux-android
164+
x86_64-linux-gnu
165+
x86_64-linux-musl
166+
167+
DEPENDENCIES
168+
http_parser.rb (~> 0.6.0)
169+
jekyll (~> 4.3)
170+
jekyll-feed (~> 0.12)
171+
jekyll-sitemap
172+
minima (~> 2.5)
173+
tzinfo (>= 1, < 3)
174+
tzinfo-data
175+
wdm (~> 0.1.1)
176+
177+
BUNDLED WITH
178+
2.7.2

Rakefile

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)