├── assets
├── img
│ ├── johnwick.png
│ ├── project-1.jpg
│ ├── project-2.jpg
│ ├── project-3.jpg
│ ├── project-4.jpg
│ ├── project-5.jpg
│ ├── project-6.jpg
│ ├── favicon
│ │ ├── favicon.ico
│ │ ├── favicon-16x16.png
│ │ ├── favicon-32x32.png
│ │ ├── mstile-150x150.png
│ │ ├── apple-touch-icon.png
│ │ ├── android-chrome-192x192.png
│ │ ├── android-chrome-512x512.png
│ │ ├── browserconfig.xml
│ │ ├── site.webmanifest
│ │ └── safari-pinned-tab.svg
│ ├── blob.svg
│ └── blob-border.svg
├── js
│ ├── main.js
│ └── scrollreveal.min.js
└── css
│ └── styles.css
├── readme.md
├── README.md
└── index.html
/assets/img/johnwick.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/johnwick.png
--------------------------------------------------------------------------------
/assets/img/project-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/project-1.jpg
--------------------------------------------------------------------------------
/assets/img/project-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/project-2.jpg
--------------------------------------------------------------------------------
/assets/img/project-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/project-3.jpg
--------------------------------------------------------------------------------
/assets/img/project-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/project-4.jpg
--------------------------------------------------------------------------------
/assets/img/project-5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/project-5.jpg
--------------------------------------------------------------------------------
/assets/img/project-6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/project-6.jpg
--------------------------------------------------------------------------------
/assets/img/favicon/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/favicon/favicon.ico
--------------------------------------------------------------------------------
/assets/img/favicon/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/favicon/favicon-16x16.png
--------------------------------------------------------------------------------
/assets/img/favicon/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/favicon/favicon-32x32.png
--------------------------------------------------------------------------------
/assets/img/favicon/mstile-150x150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/favicon/mstile-150x150.png
--------------------------------------------------------------------------------
/assets/img/favicon/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/favicon/apple-touch-icon.png
--------------------------------------------------------------------------------
/assets/img/favicon/android-chrome-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/favicon/android-chrome-192x192.png
--------------------------------------------------------------------------------
/assets/img/favicon/android-chrome-512x512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/thecodeblockdev/john-wick-starter-file/HEAD/assets/img/favicon/android-chrome-512x512.png
--------------------------------------------------------------------------------
/assets/img/favicon/browserconfig.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | #da532c
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/assets/js/main.js:
--------------------------------------------------------------------------------
1 | /*=============== SHOW MENU ===============*/
2 |
3 | /*=============== REMOVE MENU MOBILE ===============*/
4 |
5 |
6 | /*=============== ADD BLUR TO HEADER ===============*/
7 |
8 |
9 | /*=============== EMAIL JS ===============*/
10 |
11 |
12 | /*=============== SHOW SCROLL UP ===============*/
13 |
14 |
15 | /*=============== SCROLL SECTIONS ACTIVE LINK ===============*/
16 |
17 |
18 | /*=============== SCROLL REVEAL ANIMATION ===============*/
19 |
--------------------------------------------------------------------------------
/assets/img/favicon/site.webmanifest:
--------------------------------------------------------------------------------
1 | {
2 | "name": "",
3 | "short_name": "",
4 | "icons": [
5 | {
6 | "src": "/android-chrome-192x192.png",
7 | "sizes": "192x192",
8 | "type": "image/png"
9 | },
10 | {
11 | "src": "/android-chrome-512x512.png",
12 | "sizes": "512x512",
13 | "type": "image/png"
14 | }
15 | ],
16 | "theme_color": "#ffffff",
17 | "background_color": "#ffffff",
18 | "display": "standalone"
19 | }
20 |
--------------------------------------------------------------------------------
/readme.md:
--------------------------------------------------------------------------------
1 | # Please Fork this project or download the zip file by clicking the green button
2 | # CodeBlock's Frontend website (John Wick Portfolio website)
3 |
4 | ## (Warning) Please do not update default values in style.css file without understaning it
5 | ## Mobile first approach (industry demand) and 100% responsive on each devices
6 |
7 | ## Implementations and learnings that you will get
8 | - Your amazing portfolio, replace the content and image with yours and enjoy!
9 | - Write semantic markup using semantic tags
10 | - BEM methodology to declare meaningful class name to elements and it's modifiers
11 | - Use Flexbox and Grid to create layout
12 | - Uses dynamic animations on each sections
13 | - Smooth scrolling
14 | - it has a dark theme
15 | - You can customise the color of the portfolio as per your choice
16 | - The power of CSS variables and custom properties
17 | - Approach followed (Mobile first)
18 | - 100% Active contact us form for Sending Emails functionality if someone wants to connect with you (helpful if someone decides to give you an offer or role, they can contact you using the contact form)
19 | - Compatible with all mobile devices and with a beautiful and pleasant user interface.
20 | - Dom interaction using javascript
21 | - Lighthouse search for more clarity on the performance of the website
22 | - Hosting on netlify
23 |
24 | ## you can use it as your portfolio
25 | Please Subscribe the channel for such awesome contents like Frontend Best Practices, React, Backend, MERN, Python, Extraordinary Python Skills, AI, ML, UI/UX, Data Structures and Algorithms, System design and more. [CodeBlock](https://www.youtube.com/@codeblockdev)
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Please Fork this project or download the zip file by clicking the green button
2 | # CodeBlock's Frontend website (John Wick Portfolio website)
3 |
4 | ## (Warning) Please do not update default values in style.css file without understaning it
5 | ## Mobile first approach (industry demand) and 100% responsive on each devices
6 |
7 | ## Implementations and learnings that you will get
8 | - Your amazing portfolio, replace the content and image with yours and enjoy!
9 | - Write semantic markup using semantic tags
10 | - BEM methodology to declare meaningful class name to elements and it's modifiers
11 | - Use Flexbox and Grid to create layout
12 | - Uses dynamic animations on each sections
13 | - Smooth scrolling
14 | - it has a dark theme
15 | - You can customise the color of the portfolio as per your choice
16 | - The power of CSS variables and custom properties
17 | - Approach followed (Mobile first)
18 | - 100% Active contact us form for Sending Emails functionality if someone wants to connect with you (helpful if someone decides to give you an offer or role, they can contact you using the contact form)
19 | - Compatible with all mobile devices and with a beautiful and pleasant user interface.
20 | - Dom interaction using javascript
21 | - Lighthouse search for more clarity on the performance of the website
22 | - Hosting on netlify
23 |
24 | ## you can use it as your portfolio
25 | Please Subscribe the channel for such awesome contents like Frontend Best Practices, React, Backend, MERN, Python, Extraordinary Python Skills, AI, ML, UI/UX, Data Structures and Algorithms, System design and more. [CodeBlock](https://www.youtube.com/@codeblockdev)
26 |
--------------------------------------------------------------------------------
/assets/img/blob.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/img/blob-border.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |