Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# 11th_HTML-CSS
4월 5일 세션에 대한 미니 프로젝트 과제를 제출하는 레포입니다.
4월 5일 세션에 대한 미니 프로젝트 과제를 제출하는 레포지토리입니다.
115 changes: 115 additions & 0 deletions home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<!DOCTYPE html>
<html lang="ko">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<!DOCTYPE html>
<html lang="ko">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>

<body>
<div id="main-container">
<header></header>
<main>
<div id="top">My profile</div>
<div id="container">
<section>
<p class="title">
[내 프로필😊]
</p>
<p>
이름 : 고유진<br>
포지션 : 백엔드<br>
학과 : 경영&빅데이터<br>
생년월일 : 1999.08.15
</p>
</section>
<section id="mbti">
<div class="bg"></div>
<p class="title">
[MBTI👻]
</p>
<p>
ENFP<br>
재기발랄한 활동가<br>
#열쩡 #햅삐 #바깥좋아
</p>
</section>
<section>
<p class="title">
[좋아하는 음식🥘]
</p>
<p>
닭발<br>
해산물<br>
김치찌개<br>
불닭볶음면<br>
쌈밥
</p>
</section>
<section id="movie">
<div class="bg"></div>
<p class="title">
[인생영화🎬]
</p>
<p>
도둑들
</p>
</section>
<section>
<p class="title">
[요즘 자주 듣는 노래🎵]
</p>
<p>
아이유 - 첫 이별 그날 밤<br>
태연 - Happy<br>
마치 - 영화처럼<br>
데이식스 - Love me or Leave me<br>
</p>
</section>
<section id="youtube">
<div class="bg"></div>
<p class="title">
[자주 보는 유튜브📹]
</p>
<p>
지무비(영화리뷰)<br>
아가리어터(일상)<br>
</p>
</section>
</div>
<aside>
<div id="team">
<p class="title">
[디버깅조]
</p>
디버깅 3조에는 entj가 세명이다<br>
건화는 소주가 아닌 맥주파이다.<br>
선명이는 메탈리카, 뮤즈 등 락광팬이다.
</div>
<div id="hi">
디버깅 3조 체고👍🏻
</div>
</aside>
</main>
<footer>
@서강대학교 멋쟁이사자처럼 11기 고유진@
</footer>
</div>
<div id = "alert">
PC화면에서 접속해주세요!
</div>
</body>
</html>
Binary file added images/mbti.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/movie.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/myyoutube.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/youtube.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 0 additions & 86 deletions sample/home.html

This file was deleted.

Binary file removed sample/images/dog.jpeg
Binary file not shown.
Binary file removed sample/images/mbti.png
Binary file not shown.
Binary file removed sample/images/movie.png
Binary file not shown.
Loading