Skip to content

Commit

Permalink
create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HanPutra committed Jun 6, 2024
1 parent 85e1077 commit c8ba5d9
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# s-portfolio

Welcome to my online portfolio! This website is designed to showcase my work, experience, and skills as a [web developer].

## Direct Link

[Click here to visit my portfolio](https://hanputra.github.io/s-portfolio/)

## Technologies Used

- **HTML5**: Structure of the pages and content.
- **CSS3**: Styling and layout.
- **JavaScript**: Interactivity and dynamic behavior of the site.
- **GitHub Pages**: Website hosting.

## How to Access

1. Open your favorite web browser.
2. Enter the following URL: [https://hanputra.github.io/s-portfolio/](https://hanputra.github.io/s-portfolio/)

## Project Structure

```
s-portfolio/
├── index.html
├── css/
│ └── styles.css
├── js/
│ └── script.js
├── images/
│ └── [project-images]
└── README.md
```

- **index.html**: The main HTML file that contains the structure of the pages.
- **css/styles.css**: The CSS file for styling the site.
- **js/script.js**: The JavaScript file for adding interactivity.
- **images/**: Folder containing images used on the site.

## Contact

If you have any questions or would like to collaborate, feel free to contact me via:

- Email: [[email protected]](mailto:[email protected])
- LinkedIn: [linkedin.com/in/devhandikaputra/](https://www.linkedin.com/in/devhandikaputra/)

Thank you for visiting my portfolio!

0 comments on commit c8ba5d9

Please sign in to comment.