Skip to content

Commit a68ddb9

Browse files
committed
docs: simplify README
Removes website details and screenshots. Keeps technologies used.
1 parent 53d13fe commit a68ddb9

File tree

1 file changed

+5
-59
lines changed

1 file changed

+5
-59
lines changed

README.md

Lines changed: 5 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,22 @@
11
# Portfolio - [Ikhsan Satriadi](https://github.com/ikhsan3adi)
22

3-
> https://ikhsan3adi.github.io
3+
> <https://ikhsan3adi.github.io>
44
55
[![Continuous Integration](https://github.com/ikhsan3adi/ikhsan3adi.github.io/actions/workflows/ci.yml/badge.svg)](https://github.com/ikhsan3adi/ikhsan3adi.github.io/actions/workflows/ci.yml)
66
[![GitHub Pages](https://github.com/ikhsan3adi/ikhsan3adi.github.io/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/ikhsan3adi/ikhsan3adi.github.io/actions/workflows/gh-pages.yml)
77
[![pages-build-deployment](https://github.com/ikhsan3adi/ikhsan3adi.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/ikhsan3adi/ikhsan3adi.github.io/actions/workflows/pages/pages-build-deployment)
88

99
![Hero dark](https://github.com/ikhsan3adi/ikhsan3adi.github.io/raw/main/images/hero-dark.png)
1010

11-
Welcome to my portfolio! Here, you will find a showcase of my skills, projects, and experiences as a software developer.
12-
13-
### This website consists of:
14-
15-
- Navbar
16-
17-
- Hero section.
18-
19-
- About Me section.
20-
21-
- Projects section.
22-
23-
- Project Detail page.
24-
25-
- Development Tools section.
26-
27-
- Social section.
28-
29-
- Contact section.
30-
31-
- Footer.
32-
33-
## Features
34-
35-
- Responsive Design :iphone: :desktop_computer:
36-
37-
- Loading UI Component :arrows_counterclockwise:
38-
39-
- Error Handling
40-
4111
## Technologies Used
4212

43-
- [SvelteKit](https://kit.svelte.dev/): The website is built using SvelteKit, a powerful framework for creating web applications with server-side rendering (SSR) and client-side navigation.
44-
45-
- [Tailwind CSS](https://tailwindcss.com): The website's styling is done using Tailwind CSS, a utility-first CSS framework that enables fast and flexible styling with a modular approach.
46-
47-
- [FontAwesome](https://fontawesome.com/): FontAwesome is the icon library used to integrate icons into the website. Its extensive collection of icons adds visual elements to the design.
48-
49-
- Other Technologies: HTML, CSS, JavaScript & TypeScript are also utilized to enhance the website's functionality and appearance.
50-
51-
## Screenshots
52-
53-
### Hero
54-
55-
![Hero light](https://github.com/ikhsan3adi/ikhsan3adi.github.io/raw/main/images/hero-light.png)
56-
57-
### About Me (Unfinished)
58-
59-
| Light | Dark |
60-
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
61-
| ![About light](https://github.com/ikhsan3adi/ikhsan3adi.github.io/raw/main/images/about-light.png) | ![About dark](https://github.com/ikhsan3adi/ikhsan3adi.github.io/raw/main/images/about-dark.png) |
62-
63-
### Projects
13+
- [SvelteKit](https://kit.svelte.dev/)
6414

65-
| Light | Dark |
66-
| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
67-
| ![Projects light](https://github.com/ikhsan3adi/ikhsan3adi.github.io/raw/main/images/projects-light.png) | ![Projects dark](https://github.com/ikhsan3adi/ikhsan3adi.github.io/raw/main/images/projects-dark.png) |
15+
- [Tailwind CSS](https://tailwindcss.com)
6816

69-
### Social & Contact
17+
- [FontAwesome](https://fontawesome.com/)
7018

71-
| Light | Dark |
72-
| ------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- |
73-
| ![Contact light](https://github.com/ikhsan3adi/ikhsan3adi.github.io/raw/main/images/contact-light.png) | ![Contact dark](https://github.com/ikhsan3adi/ikhsan3adi.github.io/raw/main/images/contact-dark.png) |
19+
- HTML, CSS, JavaScript & TypeScript.
7420

7521
## Contributing
7622

0 commit comments

Comments
 (0)