Skip to content

Commit 102534e

Browse files
authored
Merge pull request #6 from Gachon-Univ-Creative-Code-Innovation/feat/GUC-58-main-page-design
메인페이지 무한스크롤 구현 / 디자인 수정
2 parents 594827a + 1e8ec5c commit 102534e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2364
-1202
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>ALog</title>
5+
<title>Alog</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<style>
88
@import url("https://fonts.googleapis.com/css?family=Inter:400,600");

package-lock.json

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13+
"framer-motion": "^12.6.3",
1314
"prop-types": "^15.8.1",
1415
"react": "^19.0.0",
1516
"react-dom": "^19.0.0",

public/img/Aloglogo.png

1.75 KB
Loading

public/img/alog-logo.png

1.53 KB
Loading

public/img/comment-icon-12.png

463 Bytes
Loading

public/img/front-real.png

35.8 KB
Loading

public/img/google-logo.png

2.08 KB
Loading

public/img/google-round.svg

Lines changed: 3 additions & 0 deletions
Loading

public/img/group-1.png

367 Bytes
Loading

0 commit comments

Comments
 (0)