1- portfolio/
2- ├── data/
3- │ ├── data json/ (Resume data)
4- ├── iPhone/
5- │ ├── assets/
6- │ │ ├── icons/ (contains all icons needed for iPhone mock)
7- │ │ ├── images/ (contains all images needed for iPhone mock)
8- │ ├── index.html
9- │ ├── home.html
10- │ ├── work.html
11- │ ├── projects.html
12- │ ├── project-details.html
13- │ ├── about.html
14- │ ├── contact.html
15- │ ├── styles/
16- │ │ ├── lockscreen.css
17- │ │ ├── homescreen.css
18- │ │ ├── about.css
19- │ │ ├── contact.css
20- │ │ ├── project.css
21- │ │ ├── work.css
22- │ │ ├── app.css (common styles for work, projects, contact, about)
23- │ │ ├── shared.css (global styles for iPhone and iPhone containers)
24- │ ├── script.js
25- ├── README.md
1+ 📦csprasad.github.io
2+ ┣ 📂data
3+ ┃ ┗ 📜portfolio.json
4+ ┣ 📂iPhone
5+ ┃ ┣ 📂assets
6+ ┃ ┃ ┗ 📂images
7+ ┃ ┃ ┃ ┣ 📂Projects
8+ ┃ ┃ ┃ ┃ ┣ 📂BGU
9+ ┃ ┃ ┃ ┃ ┃ ┣ 📜BGU-01.jpeg
10+ ┃ ┃ ┃ ┃ ┃ ┣ 📜BGU-02.jpeg
11+ ┃ ┃ ┃ ┃ ┃ ┣ 📜BGU-03.jpeg
12+ ┃ ┃ ┃ ┃ ┃ ┣ 📜BGU-04.jpeg
13+ ┃ ┃ ┃ ┃ ┃ ┣ 📜BGU-05.jpeg
14+ ┃ ┃ ┃ ┃ ┃ ┗ 📜BGU.jpg
15+ ┃ ┃ ┃ ┃ ┣ 📂Buildworks
16+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Buildworks-01.jpg
17+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Buildworks-02.jpg
18+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Buildworks-03.jpg
19+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Buildworks-04.jpg
20+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Buildworks-05.jpg
21+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Buildworks-06.jpg
22+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Buildworks-07.jpg
23+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Buildworks-08.jpg
24+ ┃ ┃ ┃ ┃ ┃ ┗ 📜Buildworks.png
25+ ┃ ┃ ┃ ┃ ┣ 📂Covid Tracker
26+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Covid-01.jpg
27+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Covid-02.jpg
28+ ┃ ┃ ┃ ┃ ┃ ┗ 📜Covid.png
29+ ┃ ┃ ┃ ┃ ┣ 📂Cyclopath
30+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Cyclopath-01.jpg
31+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Cyclopath-02.jpg
32+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Cyclopath-03.jpg
33+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Cyclopath-04.jpg
34+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Cyclopath-05.jpg
35+ ┃ ┃ ┃ ┃ ┃ ┗ 📜Cyclopath.jpg
36+ ┃ ┃ ┃ ┃ ┣ 📂DevLint
37+ ┃ ┃ ┃ ┃ ┃ ┣ 📜DevLint-01.png
38+ ┃ ┃ ┃ ┃ ┃ ┗ 📜DevLint.png
39+ ┃ ┃ ┃ ┃ ┣ 📂Medinin Doc
40+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-01.jpg
41+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-02.jpg
42+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-03.jpg
43+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-04.jpg
44+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-05.jpg
45+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-06.jpg
46+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-07.jpg
47+ ┃ ┃ ┃ ┃ ┃ ┗ 📜Medinin.png
48+ ┃ ┃ ┃ ┃ ┣ 📂Medinin Patient
49+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-01.jpeg
50+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-02.jpeg
51+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-03.jpeg
52+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-04.jpeg
53+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-05.jpeg
54+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-06.jpeg
55+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-07.jpeg
56+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Medinin-08.jpeg
57+ ┃ ┃ ┃ ┃ ┃ ┗ 📜Medinin.png
58+ ┃ ┃ ┃ ┃ ┣ 📂MrTip
59+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Mr.Tip-01.png
60+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Mr.Tip-02.png
61+ ┃ ┃ ┃ ┃ ┃ ┗ 📜Mr.Tip.png
62+ ┃ ┃ ┃ ┃ ┣ 📂Nearlet
63+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Nearlet-01.jpg
64+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Nearlet-01.png
65+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Nearlet-02.jpg
66+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Nearlet-02.png
67+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Nearlet-03.jpg
68+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Nearlet-04.jpg
69+ ┃ ┃ ┃ ┃ ┃ ┗ 📜Nearlet.png
70+ ┃ ┃ ┃ ┃ ┗ 📂Truepulse
71+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Sign up-11.png
72+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Sign up-3.png
73+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Sign up-4-1.png
74+ ┃ ┃ ┃ ┃ ┃ ┣ 📜Sign up-4.png
75+ ┃ ┃ ┃ ┃ ┃ ┗ 📜Sign up.png
76+ ┃ ┃ ┃ ┣ 📜Map-iOS.png
77+ ┃ ┃ ┃ ┣ 📜Map.png
78+ ┃ ┃ ┃ ┣ 📜iPhone-15.webp
79+ ┃ ┃ ┃ ┗ 📜profile.jpg
80+ ┃ ┣ 📂pages
81+ ┃ ┃ ┗ 📜lockscreen.html
82+ ┃ ┣ 📂scripts
83+ ┃ ┃ ┣ 📜home.js
84+ ┃ ┃ ┣ 📜index.js
85+ ┃ ┃ ┣ 📜project-details.js
86+ ┃ ┃ ┣ 📜project.js
87+ ┃ ┃ ┗ 📜work.js
88+ ┃ ┣ 📂styles
89+ ┃ ┃ ┣ 📜about.css
90+ ┃ ┃ ┣ 📜app.css
91+ ┃ ┃ ┣ 📜contact.css
92+ ┃ ┃ ┣ 📜homescreen.css
93+ ┃ ┃ ┣ 📜lockscreen.css
94+ ┃ ┃ ┣ 📜project-details.css
95+ ┃ ┃ ┣ 📜project.css
96+ ┃ ┃ ┣ 📜shared.css
97+ ┃ ┃ ┗ 📜work.css
98+ ┃ ┣ 📜about.html
99+ ┃ ┣ 📜contact.html
100+ ┃ ┣ 📜home.html
101+ ┃ ┣ 📜index.html
102+ ┃ ┣ 📜project-details.html
103+ ┃ ┣ 📜projects.html
104+ ┃ ┗ 📜work.html
105+ ┣ 📂scripts
106+ ┃ ┗ 📜landing.js
107+ ┣ 📂styles
108+ ┃ ┣ 📜landing.css
109+ ┃ ┣ 📜leftPanel.css
110+ ┃ ┗ 📜styles.css
111+ ┣ 📜.gitignore
112+ ┣ 📜Project structure
113+ ┣ 📜README.md
114+ ┣ 📜index.html
115+ ┣ 📜landing.html
116+ ┗ 📜pulse.png
0 commit comments