diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..715dcf6 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +adamu.tech \ No newline at end of file diff --git a/longblog.html b/longblog.html index f661bef..0c8d4a5 100644 --- a/longblog.html +++ b/longblog.html @@ -221,6 +221,76 @@ user-select: none; } + /* Services Section */ + .services-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); + gap: 1.8rem; + } + .service-card { + background: white; + border-radius: 10px; + box-shadow: 0 2px 10px rgba(11, 61, 145, 0.1); + padding: 2rem; + transition: transform 0.3s ease, box-shadow 0.3s ease; + border-left: 4px solid var(--accent-color); + } + .service-card:hover { + transform: translateY(-5px); + box-shadow: 0 8px 25px rgba(11, 61, 145, 0.2); + } + .service-card h3 { + margin-top: 0; + color: var(--primary-color); + font-size: 1.4rem; + margin-bottom: 1rem; + } + .service-card p { + color: var(--muted-text); + font-size: 1rem; + line-height: 1.7; + } + .service-card .service-icon { + font-size: 2.5rem; + margin-bottom: 1rem; + display: block; + } + + /* Smooth Scrolling */ + html { + scroll-behavior: smooth; + } + + /* Back to Top Button */ + .back-to-top { + position: fixed; + bottom: 2rem; + right: 2rem; + background-color: var(--accent-color); + color: white; + width: 50px; + height: 50px; + border-radius: 50%; + border: none; + cursor: pointer; + font-size: 1.5rem; + display: none; + align-items: center; + justify-content: center; + box-shadow: 0 4px 12px rgba(0, 122, 204, 0.3); + transition: background-color 0.3s ease, transform 0.3s ease; + z-index: 99; + } + .back-to-top:hover, + .back-to-top:focus { + background-color: var(--primary-color); + transform: translateY(-3px); + outline: none; + } + .back-to-top.visible { + display: flex; + } + /* Responsive nav for small screens */ @media (max-width: 700px) { header { @@ -238,21 +308,51 @@

Adamu Danjuma

-
+ +

Welcome! I'm Adamu Danjuma

PhD candidate, multilingual AI trainer, writer, and tech enthusiast. I help clients and collaborators with research, writing, AI data annotation, and digital storytelling.

Get in Touch
-
-

Portfolio

+ +
+

Services

+
+
+ +

Data Annotation

+

Expert data labeling and annotation services for machine learning and AI projects. I provide high-quality, accurate annotations for text, audio, and multilingual datasets to train robust AI models.

+
+
+ +

Multilingual AI Training

+

Specialized training data preparation for multilingual NLP systems. With expertise in multiple languages including Hausa, French, and English, I help develop inclusive AI systems that work across linguistic boundaries.

+
+
+ +

Translation and Localization

+

Professional translation and cultural localization services. I ensure your content resonates with diverse audiences while maintaining cultural authenticity and linguistic precision across multiple languages.

+
+
+ +

Consultancy

+

Expert guidance on low-resource languages for LLM development, cultural nuances in AI systems, and AI bias mitigation. I help organizations build more inclusive, culturally aware, and ethically sound AI solutions.

+
+
+
+ +
+

CV

Francophone African Literature Research

@@ -270,7 +370,7 @@

Technical Writing & Translation

-

Opinion & Insights

+

Blog

Exploring AI's Impact on Language Research

@@ -305,5 +405,30 @@

Contact Me

© 2025 Adamu Danjuma. All rights reserved.

+ + + + +