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

Liftly | Linda & Izabel #45

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
ca76dc1
setting up styled components and making a structure
linda-f Apr 23, 2024
bfd8cd8
adding navbar for mobile view
linda-f Apr 23, 2024
87fb7fb
adding hero part
linda-f Apr 23, 2024
3bfcd7e
change picture in hero
linda-f Apr 23, 2024
97e2a32
adding intro
linda-f Apr 23, 2024
e124fed
adding hover on button
linda-f Apr 23, 2024
374c5d1
adding slider area
linda-f Apr 23, 2024
bc49a4e
worked on components Description, Download and Instructors
Izzibizz Apr 23, 2024
f47c4f0
fixing some margins and font sizes
linda-f Apr 24, 2024
4bbffb1
CTA Part done
linda-f Apr 24, 2024
5ac45b6
added footer
linda-f Apr 24, 2024
f1a3181
added buttons to slider section
linda-f Apr 24, 2024
deb0645
trying slider things
linda-f Apr 24, 2024
e149e88
fixed own component for instructor slider bcs issues with props, fixe…
Izzibizz Apr 25, 2024
bd26b90
font size override fixed
Izzibizz Apr 25, 2024
c3a0577
making responsive for large phones
linda-f Apr 25, 2024
75c53b8
working on tablet viewport
linda-f Apr 25, 2024
d603b34
finish tablet viewport
linda-f Apr 25, 2024
1b504f4
halfway styling of desktop
linda-f Apr 25, 2024
70dc6b2
desktop view thing
linda-f Apr 25, 2024
cd57ae6
started sticky
Izzibizz Apr 26, 2024
47ddfb5
tried merge conflicts
Izzibizz Apr 26, 2024
c10e97a
sticky button
Izzibizz Apr 26, 2024
805efae
updated text in sticky button for desktop
Izzibizz Apr 26, 2024
a223497
style
Izzibizz Apr 26, 2024
82b535b
style
Izzibizz Apr 26, 2024
00c04fa
adding margin
linda-f Apr 26, 2024
31ed75c
fixing border
linda-f Apr 26, 2024
b52c0c2
trying hamburger menu
linda-f Apr 26, 2024
a4d7901
fixed size of hamburger and x shape
Izzibizz Apr 26, 2024
e50b039
changed sticky to fixed
Izzibizz Apr 26, 2024
c249998
added figma link
Izzibizz Apr 26, 2024
f6bdbb9
missed a style error, now fixed
Izzibizz Apr 26, 2024
082c8d4
added header for readme
Izzibizz Apr 26, 2024
888f5f5
banner
Izzibizz Apr 26, 2024
6fe5830
banner
Izzibizz Apr 26, 2024
4545e0f
banner
Izzibizz Apr 26, 2024
6df54e2
project title in readme
Izzibizz Apr 26, 2024
9139595
changed direction of animated cross in hamburger
Izzibizz Apr 26, 2024
536e541
adding labels and tags to make site more accessible
linda-f May 2, 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
37 changes: 10 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,24 @@
<h1 align="center">
<a href="">
<img src="/src/assets/design-handoff.svg" alt="Project Banner Image">
<img src="/public/liftly.png" alt="Project Banner Image">
</a>
</h1>

### Remove git

rm -rf .git

# Design Handoff Project
# LIFTLY

Replace this readme with your own information about your project.
## Design Handoff Project

Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.
This week we got a design from one of the design students and our instructions were to put the design into code and make the page come alive.
We started by talking about how to structure the project with the components then the coding began. We worked mostly ansynchronous and keep each other in touch via Slack.
The Responsivness took way longer than we though in the beginning but it worked out quite well in the end.
Altough it wasn't part of the instructions we wanted to add some functionality therefore the select as well as the hamburger menu are working.

## Getting Started with the Project
### The design in Figma

### Dependency Installation & Startup Development Server

Once cloned, navigate to the project's root directory and this project uses npm (Node Package Manager) to manage its dependencies.

The command below is a combination of installing dependencies, opening up the project on VS Code and it will run a development server on your terminal.

```bash
npm i && code . && npm run dev
```

### The Problem

Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next?
https://www.figma.com/file/B7kleMlz4yhtsZgdc90LJi/LIFTLY--Week-9-Elin-Bradway?type=design&node-id=1%3A3&mode=design&t=0iGCAz2gNtngrco8-1

### View it live

Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about.

## Instructions

<a href="instructions.md">
See instructions of this project
</a>
https://liftly.netlify.app/
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Music Releases - Project - Week 5</title>
<title>Liftly</title>
</head>
<body>
<div id="root"></div>
Expand Down
31 changes: 0 additions & 31 deletions instructions.md

This file was deleted.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-icons": "^5.1.0",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@types/react": "^18.2.15",
Expand Down
10 changes: 10 additions & 0 deletions public/Anna.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/AnnaDesk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/AnnaTablet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading