Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codewithmoses/portfolio-white-tailwind

This is a full-stack developer portfolio website designed for Moses Oluwadamilare Oni. The portfolio showcases web development projects, graphic design skills, and Human-Computer Interaction expertise.
https://github.com/codewithmoses/portfolio-white-tailwind

html-tailwind-template tailwind

Last synced: 26 days ago
JSON representation

This is a full-stack developer portfolio website designed for Moses Oluwadamilare Oni. The portfolio showcases web development projects, graphic design skills, and Human-Computer Interaction expertise.

Awesome Lists containing this project

README

        

# πŸ’» Moss Oni Web Developer Portfolio - README

## Overview

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:
- Hero introduction with a profile image
- Technologies (Frontend, Backend, Software tools)
- Featured Projects
- Contact Information and social links

---

## πŸ’» How to Set Up the Project

1. **Download the Repository**:
Clone or download the repository to your local machine:
```bash
git clone https://github.com/codewithmoses/Portfolio-white-tailwind.git
```

2. **File Structure**:
- **index.html**: The single-page HTML file showcasing the developer’s portfolio.
- **/assets**: Contains images, project visuals, and other assets.
- **/css**: Stores any custom styles, though Tailwind is linked via CDN.

3. **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.

4. **Tailwind CSS and Cofic Setup**:
- **Tailwind CSS**:
```html

```
- **Cofic Script**:
```html

```

---

## πŸ–₯️ Key Website Sections

### **Hero Section**:
This section presents a sleek introduction of the developer, focusing on minimalism:
```html

Crafting Clean & Minimal Websites


Frontend to Backend, I create seamless web experiences.

```

### **Technologies Section**:
An easy-to-read section displaying frontend, backend, and software tools:
```html


Frontend Technologies



  • HTML, CSS, JavaScript

  • Tailwind CSS


```

### **Featured Projects**:
Projects are displayed in a grid format with brief descriptions:
```html


EventSphere


A dynamic event management system designed to simplify scheduling and attendance management.




Music Player


A sleek, intuitive music player app with seamless playback.


```

---

## 🎨 Tailwind CSS Styling Guide

### **Fonts & Colors**:
- **Primary Font**: **Sans-serif** fonts, such as `Roboto`, are used for a professional look:
```css
font-family: 'Roboto', sans-serif;
```
- **Colors**: A minimalist palette is used, primarily shades of white, black, and gray:
```css
text-gray-900, bg-white, hover:bg-gray-700
```

### **Button Styling**:
Buttons utilize Tailwind's hover effects for smooth interaction:
```html

```

---

## πŸš€ Deployment Instructions

- **GitHub Pages**: Push the repository and enable Pages from the settings.
- **Netlify/Vercel**: Use drag and drop to easily deploy the site.

---

## πŸ”— Contact

For collaboration, feel free to contact:
- **Email**: [email protected]
- **LinkedIn**: [Connect on LinkedIn](https://linkedin.com/in/moss-oni)

---

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.