Skip to content

Commit 44f542c

Browse files
committed
chore: removed commented line on index.html and add readme
1 parent ef08d8c commit 44f542c

File tree

4 files changed

+108
-152
lines changed

4 files changed

+108
-152
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# killflex's Portfolio
2+
3+
![Portfolio Preview](web-preview.png)
4+
5+
## 🎨 About
6+
7+
A stunning personal portfolio website showcasing the work of **Ferry Hasan (killflex)**, a talented 3D Motion Graphic Designer and 3D Artist based in Surabaya, Indonesia. This portfolio features beautiful 3D artwork, illustrations, and motion graphics created with industry-standard tools.
8+
9+
## ✨ Features
10+
11+
- **Responsive Design** - Fully responsive layout that works seamlessly across all devices
12+
- **Modern UI/UX** - Clean, professional interface with smooth animations
13+
- **Interactive Gallery** - Lightbox integration for viewing artwork in detail
14+
- **Contact Form** - Integrated contact form for job inquiries and collaborations
15+
- **Social Media Integration** - Direct links to Instagram, Twitter, GitHub, and more
16+
- **Smooth Scrolling** - Enhanced user experience with scroll reveal animations
17+
18+
## 🛠️ Technologies Used
19+
20+
- **HTML5** - Semantic markup structure
21+
- **CSS3** - Custom styling with modern CSS features
22+
- **JavaScript** - Interactive functionality and animations
23+
- **Libraries & Frameworks:**
24+
- [Normalize.css](https://necolas.github.io/normalize.css/) - CSS reset
25+
- [Font Awesome](https://fontawesome.com/) - Icon library
26+
- [Boxicons](https://boxicons.com/) - Additional icon set
27+
- [Lightbox2](https://lokeshdhakar.com/projects/lightbox2/) - Image gallery
28+
- [ScrollReveal](https://scrollrevealjs.org/) - Scroll animations
29+
- [Bootstrap](https://getbootstrap.com/) - Grid system and utilities
30+
- [jQuery](https://jquery.com/) - DOM manipulation
31+
32+
## 📂 Project Structure
33+
34+
```
35+
killflex.github.io/
36+
├── assets/
37+
│ ├── css/ # Stylesheets
38+
│ ├── img/ # Images and visual assets
39+
│ ├── js/ # JavaScript files
40+
│ └── library/ # Third-party libraries
41+
├── index.html # Main portfolio page
42+
├── success.html # Form submission success page
43+
├── web-preview.png # Portfolio preview image
44+
└── README.md # Project documentation
45+
```
46+
47+
## 🎯 Sections
48+
49+
1. **Home** - Eye-catching hero section with introduction
50+
2. **About** - Personal background and professional journey
51+
3. **Works** - Portfolio gallery featuring 3D art and illustrations
52+
4. **Contact** - Contact form for inquiries and collaborations
53+
54+
## 🚀 Getting Started
55+
56+
### Prerequisites
57+
58+
- A modern web browser (Chrome, Firefox, Safari, Edge)
59+
- Basic understanding of HTML/CSS/JS (for customization)
60+
61+
### Installation
62+
63+
1. Clone the repository:
64+
```bash
65+
git clone https://github.com/killflex/killflex.github.io.git
66+
```
67+
68+
2. Navigate to the project directory:
69+
```bash
70+
cd killflex.github.io
71+
```
72+
73+
3. Open `index.html` in your browser or use a local development server:
74+
```bash
75+
# Using Python 3
76+
python -m http.server 8000
77+
78+
# Using Node.js (with http-server)
79+
npx http-server
80+
```
81+
82+
4. Visit `http://localhost:8000` in your browser
83+
84+
## 🎨 Featured Works
85+
86+
The portfolio showcases various 3D projects created with:
87+
- **Blender** - 3D modeling and rendering
88+
- **Cinema 4D** - Motion graphics and animation
89+
- **ZBrush** - Digital sculpting
90+
- **Adobe After Effects** - Post-processing and effects
91+
- **Adobe Photoshop** - Image editing and compositing
92+
- **Octane/Cycles/Arnold** - Advanced rendering engines
93+
94+
## 📧 Contact
95+
96+
- **Email:** killflexediting@gmail.com
97+
- **Instagram:** [@killflex](https://www.instagram.com/killflex)
98+
- **Twitter:** [@fleksipi](https://twitter.com/fleksipi)
99+
- **GitHub:** [killflex](https://github.com/killflex)
100+
- **Linktree:** [killflex](https://linktr.ee/killflex)
101+
102+
## 📄 License
103+
104+
Copyright © 2021 killflex. All Rights Reserved.
105+
106+
---
107+
108+
<p align="center">Made with ❤️ by killflex</p>

index.html

Lines changed: 0 additions & 151 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<link href="./assets/library/lightbox2-dev/dist/css/lightbox.min.css" rel="stylesheet" />
1414
<link rel="stylesheet" href="assets/css/styles.css">
1515
<link rel="shortcut icon" type="image" href="./assets/img/favicon2.png">
16-
<!-- <link rel="shortcut icon" type="image" href="https://encrypted-tbn3.gstatic.com/favicon-tbn?q=tbn:ANd9GcQTJU8h7787Bm3hkhYh-yxu7C3oLc-8uBknyS8X6jw8ze_U2kQv7o3hTk5a6cubcBrP0-eXDzYnP5dEv2o"> -->
1716
</head>
1817
<body>
1918
<!-- header -->
@@ -26,9 +25,7 @@
2625
<div class="nav__menu" id="nav-menu">
2726
<ul class="nav__list">
2827
<li class="nav__item"><a href="#home" class="nav__link"><i class="fas fa-home nav__icon"></i> Home</a></li>
29-
<!-- <li class="nav__item"><a href="#home" class="nav__link active"><i class="fas fa-home nav__icon"></i> Home</a></li> -->
3028
<li class="nav__item"><a href="#about" class="nav__link"><i class="fas fa-user nav__icon"></i> About</a></li>
31-
<!-- <li class="nav__item"><a href="#skills" class="nav__link"><i class="fas fa-clipboard-list nav__icon"></i> Skills</a></li> -->
3229
<li class="nav__item"><a href="#works" class="nav__link"><i class="fas fa-image nav__icon"></i> Works</a></li>
3330
<li class="nav__item"><a href="#contact" class="nav__link"><i class="fas fa-envelope-open-text nav__icon"></i> Contact</a></li>
3431
</ul>
@@ -95,98 +92,6 @@ <h2 class="about__subtitle">Hi there!</h1>
9592
</section>
9693
<!-- /about -->
9794

98-
<!-- skills -->
99-
<!-- <section class="skills section" id="skills">
100-
<h2 class="section-title">Skills</h2>
101-
102-
<div class="skills__container bd-grid">
103-
<div>
104-
<h2 class="skills__subtitle">Softskills</h2>
105-
<p class="skills__text">This softskills percentage isn't necessarily correct, xD. It's all just according to my instintcs and experience. Only you who can estimate how good is my skills <i class="far fa-grin-squint"></i>.</p>
106-
107-
<div class="skills__data">
108-
<div class="skills__names">
109-
<img src="assets/img/ae.png" alt="after effects mini icon" width="20px" class="skills__icon">
110-
<span class="skills_name">Adobe After Effects</span>
111-
</div>
112-
113-
<div>
114-
<span class="skills__percentage">86%</span>
115-
</div>
116-
117-
<div class="skills__bar skills__ae"></div>
118-
</div>
119-
<div class="skills__data">
120-
<div class="skills__names">
121-
<img src="assets/img/pr.png" alt="premier pro mini icon" width="20px" class="skills__icon">
122-
<span class="skills_name">Adobe Premiere Pro</span>
123-
</div>
124-
125-
<div>
126-
<span class="skills__percentage">80%</span>
127-
</div>
128-
129-
<div class="skills__bar skills__pr"></div>
130-
</div>
131-
<div class="skills__data">
132-
<div class="skills__names">
133-
<img src="assets/img/ps.png" alt="photoshop mini icon" width="20px" class="skills__icon">
134-
<span class="skills_name">Adobe Photoshop</span>
135-
</div>
136-
137-
<div>
138-
<span class="skills__percentage">78%</span>
139-
</div>
140-
141-
<div class="skills__bar skills__ps"></div>
142-
</div>
143-
<div class="skills__data">
144-
<div class="skills__names">
145-
<img src="assets/img/br.png" alt="blender mini icon" width="20px" class="skills__icon">
146-
<span class="skills_name">Blender</span>
147-
</div>
148-
149-
<div>
150-
<span class="skills__percentage">82%</span>
151-
</div>
152-
153-
<div class="skills__bar skills__br"></div>
154-
</div>
155-
156-
</div>
157-
158-
<div>
159-
<img src="assets/img/skills.svg" alt="softskills" class="skills__img">
160-
</div>
161-
</div>
162-
</section> -->
163-
164-
<!-- <div class="skills__data">
165-
<div class="skills__names">
166-
<img src="assets/img/html5.png" alt="" width="20px" class="skills__icon">
167-
<span class="skills_name">HTML 5</span>
168-
</div>
169-
170-
<div>
171-
<span class="skills__percentage">30%</span>
172-
</div>
173-
174-
<div class="skills__bar skills__h5"></div>
175-
</div>
176-
<div class="skills__data">
177-
<div class="skills__names">
178-
<img src="assets/img/css3.png" alt="" width="20px" class="skills__icon">
179-
<span class="skills_name">CSS 3</span>
180-
</div>
181-
182-
<div>
183-
<span class="skills__percentage">20%</span>
184-
</div>
185-
186-
<div class="skills__bar skills__c3"></div>
187-
</div> -->
188-
<!-- /skills -->
189-
19095
<!-- visuals -->
19196
<section class="visuals section" id="works">
19297
<h2 class="section-title">Works</h2>
@@ -266,62 +171,6 @@ <h3 class="visuals__subs bd-grid">3D Art & Illustration</h3>
266171
<h5>more works</h5>
267172
</a>
268173
</div>
269-
270-
<!-- <h3 class="visuals__subs bd-grid">Motion Graphics</h3> -->
271-
<div class="visuals__container bd-grid">
272-
273-
<!-- <div class="visuals__img">
274-
<video controls poster="assets/img/visuals/idk.jpg">
275-
<source src="assets/videos/idk.mp4" type="video/mp4">
276-
</video>
277-
</div>
278-
<div class="visuals__img">
279-
<video controls poster="assets/img/visuals/simulation.jpg">
280-
<source src="assets/videos/minekrep_simulation.mp4" type="video/mp4">
281-
</video>
282-
</div>
283-
<div class="visuals__img">
284-
<video controls poster="assets/img/visuals/robot.jpg">
285-
<source src="assets/videos/robot.mp4" type="video/mp4">
286-
</video>
287-
</div>
288-
<div class="visuals__img">
289-
<video controls poster="assets/img/visuals/galaxy.jpg">
290-
<source src="assets/videos/hd_wallpaper.mp4" type="video/mp4">
291-
</video>
292-
</div>
293-
<div class="visuals__img">
294-
<video controls poster="assets/img//visuals/galaxy2.png">
295-
<source src="assets/videos/galaxy_phone.mp4" type="video/mp4">
296-
</video>
297-
</div>
298-
<div class="visuals__img">
299-
<video controls poster="assets/img/visuals/pone.png">
300-
<source src="assets/videos/RTX_pone.mp4" type="video/mp4">
301-
</video>
302-
</div> -->
303-
<!-- <div class="visuals__img">
304-
<video controls poster="assets/img/resonance.jpg">
305-
<source src="assets/videos/resonance.mp4" type="video/mp4">
306-
</video>
307-
</div>
308-
<div class="visuals__img">
309-
<video controls poster="assets/img/bustdown.jpg">
310-
<source src="assets/videos/bustdown.mp4" type="video/mp4">
311-
</video>
312-
</div>
313-
<div class="visuals__img">
314-
<video controls poster="assets/img/tour.jpg">
315-
<source src="assets/videos/tour.mp4" type="video/mp4">
316-
</video>
317-
</div>-->
318-
</div>
319-
320-
<!-- <div class="visuals__more">
321-
<a href="https://www.instagram.com/killflex" target="_blank">
322-
<h5>more works...</h5>
323-
</a>
324-
</div> -->
325174
</section>
326175
<!-- /visuals -->
327176

web-preview.png

486 KB
Loading

0 commit comments

Comments
 (0)