Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homepage #2

Merged
merged 35 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f86792d
add html boiler plate to index.html
kadarseid Nov 15, 2024
c53bc19
add css reset file
kadarseid Nov 15, 2024
1f7f941
add global css styles to global css file
kadarseid Nov 15, 2024
0d96b7b
add initial utilis classes with responsive breakpoints
kadarseid Nov 15, 2024
dcff2ae
change folder name from css to styles
kadarseid Nov 15, 2024
9e84680
add color variables to root property
kadarseid Nov 15, 2024
9b306f3
link stylesheet files
kadarseid Nov 15, 2024
d5d3698
change folder name from css to styles
kadarseid Nov 15, 2024
37df34e
add header section
kadarseid Nov 16, 2024
2190141
add header section styles
kadarseid Nov 16, 2024
e0e6254
make dynamic the header section
kadarseid Nov 16, 2024
f1e2ed4
add logo image to assets
kadarseid Nov 16, 2024
fc44fa0
update font size and gaps of the header section at 768px breakpoint
kadarseid Nov 16, 2024
0a26601
add html for hero section to index file
kadarseid Nov 16, 2024
b0ed4f2
add hero thumbnails to assets folder
kadarseid Nov 16, 2024
a4a8160
add styles for hero section to stylesheet file
kadarseid Nov 16, 2024
29a3166
capitalize the hero title
kadarseid Nov 16, 2024
0261616
add html for features section to index file
kadarseid Nov 16, 2024
5374d89
add styles for features section to stylesheet file
kadarseid Nov 16, 2024
73aee21
correct responsiveness of features section
kadarseid Nov 16, 2024
fea5faf
add html for how it works section to index file
kadarseid Nov 16, 2024
69e5c86
add styles for how it works section to stylesheet file
kadarseid Nov 16, 2024
95411f7
add html for testimonials section to index file
kadarseid Nov 16, 2024
e80aeaa
add styles for testimonials section to stylesheet file
kadarseid Nov 16, 2024
c07efea
make responsive the testimonials section
kadarseid Nov 17, 2024
529cd67
change the first breakpoint from 1400px to 1440px
kadarseid Nov 17, 2024
7ee3f0f
add html for faq section to index file
kadarseid Nov 17, 2024
7fe5a98
add styles for faq section to stylesheet file
kadarseid Nov 17, 2024
21cacab
add container div for testimonials section
kadarseid Nov 18, 2024
8fe06ac
make testimonial card to span the available space equally
kadarseid Nov 18, 2024
4b589fb
add html for cta section to index file
kadarseid Nov 18, 2024
f8d9136
add styles for cta section to stylesheet file
kadarseid Nov 18, 2024
e554121
add a white logo varient to assets folder
kadarseid Nov 18, 2024
2684007
add html footer section to index file
kadarseid Nov 18, 2024
4169335
add styles for footer section and make it a component
kadarseid Nov 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions assets/logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions assets/pos-image-large.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions assets/pos-image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading