Skip to content

Commit 3b6f09e

Browse files
trying to deploy from branch
1 parent 5da12c0 commit 3b6f09e

Some content is hidden

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

46 files changed

+199
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ node_modules
77
coverage
88

99
# Production
10-
dist
10+
# dist
1111
build
1212

1313
# Misc
782 KB
Binary file not shown.
773 KB
Binary file not shown.
775 KB
Binary file not shown.
717 KB
Binary file not shown.
739 KB
Binary file not shown.
760 KB
Binary file not shown.
748 KB
Binary file not shown.
767 KB
Binary file not shown.
679 KB
Binary file not shown.

dist/assets/images/IMG_2443_#.jpg

865 KB

dist/assets/images/computer.jpg

842 KB

dist/assets/images/lime_2.jpg

866 KB

dist/assets/images/my_profile.jpg

858 KB

dist/assets/images/project_a_1.png

419 KB

dist/assets/images/project_a_2.png

451 KB

dist/assets/images/project_b_1.png

522 KB

dist/assets/images/project_b_2.png

174 KB

dist/assets/images/project_b_3.png

206 KB

dist/assets/images/project_c_1.png

1020 KB

dist/assets/images/project_c_2.png

340 KB

dist/assets/images/project_d_1.png

124 KB

dist/assets/images/project_d_2.png

175 KB

dist/assets/main.BxI9-aeJ.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/main.C-uU3wRM.js

+183
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/main.C-uU3wRM.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/my_profile.8-L1GI1V.jpg

858 KB

dist/assets/project_a_1.Qy27Dbkm.png

419 KB

dist/assets/project_a_2.Dag3co3B.png

451 KB

dist/assets/project_b_1.D-FJ6TNU.png

522 KB

dist/assets/project_b_2.CHGHGAYF.png

174 KB

dist/assets/project_b_3.njQ6PMZS.png

206 KB

dist/assets/project_c_1.BzAY6evY.png

1020 KB

dist/assets/project_c_2.nYnXLeV5.png

340 KB

dist/assets/project_d_1.BEP7TKD9.png

124 KB

dist/assets/project_d_2.C1GGRcE1.png

175 KB

dist/fonts/Pretendard-Black.woff2

782 KB
Binary file not shown.

dist/fonts/Pretendard-Bold.woff2

773 KB
Binary file not shown.

dist/fonts/Pretendard-ExtraBold.woff2

775 KB
Binary file not shown.
717 KB
Binary file not shown.

dist/fonts/Pretendard-Light.woff2

739 KB
Binary file not shown.

dist/fonts/Pretendard-Medium.woff2

760 KB
Binary file not shown.

dist/fonts/Pretendard-Regular.woff2

748 KB
Binary file not shown.

dist/fonts/Pretendard-SemiBold.woff2

767 KB
Binary file not shown.

dist/fonts/Pretendard-Thin.woff2

679 KB
Binary file not shown.

dist/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Portfolio</title>
7+
<script type="module" crossorigin src="/yurim_fe_portfolio/assets/main.C-uU3wRM.js"></script>
8+
<link rel="stylesheet" crossorigin href="/yurim_fe_portfolio/assets/main.BxI9-aeJ.css">
9+
</head>
10+
<body>
11+
<div id="root"></div>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)