Welcome to the Moss Oni portfolio! This is a single-page HTML portfolio designed using Tailwind CSS and Cofic for minimal and professional aesthetics. It showcases Moss Oniโs web development skills, focusing on clean UI, innovative projects, and technologies used in frontend and backend development.
The key sections include:
Download the Repository: Clone or download the repository to your local machine:
git clone https://github.com/codewithmoses/Portfolio-white-tailwind.git
File Structure:
Installation:
No installation is needed, as Tailwind CSS and Cofic are included via CDN. Simply open index.html
in a browser to view the portfolio.
Tailwind CSS and Cofic Setup:
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
<script src="https://cdn.cofic.io/latest/cofic.min.js"></script>
This section presents a sleek introduction of the developer, focusing on minimalism:
<section class="bg-white text-black h-screen flex flex-col justify-center items-center">
<h1 class="text-5xl md:text-6xl font-bold">Crafting Clean & Minimal Websites</h1>
<p class="text-lg md:text-xl mt-4">Frontend to Backend, I create seamless web experiences.</p>
</section>
An easy-to-read section displaying frontend, backend, and software tools:
<section class="flex flex-wrap justify-center gap-4 my-10">
<div class="p-4 border border-gray-300 rounded-lg">
<h3 class="text-lg font-semibold">Frontend Technologies</h3>
<ul class="list-disc pl-5">
<li>HTML, CSS, JavaScript</li>
<li>Tailwind CSS</li>
</ul>
</div>
</section>
Projects are displayed in a grid format with brief descriptions:
<section class="grid grid-cols-1 md:grid-cols-3 gap-6 p-10">
<div class="bg-white shadow-lg rounded-lg p-6">
<h3 class="text-2xl font-bold mb-2">EventSphere</h3>
<p>A dynamic event management system designed to simplify scheduling and attendance management.</p>
</div>
<div class="bg-white shadow-lg rounded-lg p-6">
<h3 class="text-2xl font-bold mb-2">Music Player</h3>
<p>A sleek, intuitive music player app with seamless playback.</p>
</div>
</section>
Roboto
, are used for a professional look:font-family: 'Roboto', sans-serif;
text-gray-900, bg-white, hover:bg-gray-700
Buttons utilize Tailwind's hover effects for smooth interaction:
<button class="bg-gray-900 text-white hover:bg-gray-700 px-4 py-2 rounded transition duration-300 ease-in-out">
For collaboration, feel free to contact:
These separate README
files should now perfectly match the needs of each project and provide clear instructions for anyone working with or deploying the portfolios.