-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (50 loc) · 1.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portal</title>
<meta name='description' content='블렌드 커피아 유기농 음식 제공하는 카페'>
<!-- css -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
<link rel='stylesheet' href='https://unpkg.com/ress/dist/ress.min.css'>
<link rel="stylesheet" href="css/style.css">
<!-- <link rel="stylesheet" href="css/variables.css"> -->
<style>
</style>
</head>
<body>
<div id="home" class="big-bg">
<nav>
<ul class="topMenu">
<li>메뉴1</li>
<li>메뉴2</li>
<li>메뉴3</li>
</ul>
</nav>
<header class="page-header wrapper">
<h1><a href="index.html"><img src="img/페북프로필사진.jpg" alt="내 포털 대문" class="logo myphoto">대문으로</a></h1>
<nav>
<ul class="main-nav">
<li><a href="me.html">자기소개</a></li>
<li><a href="mydays.html">나의하루</a></li>
<li><a href="blog.html">블로그</a></li>
<li><a href="techlib.html">기술 라이브러리</a></li>
<li><a href="eng.html">영어학습(기록?)</a></li>
</ul>
</nav>
</header>
<div class="home-content wrapper">
<!-- <div class='profile-box'><img src="./img/페북프로필사진.jpg" alt="my photo" class="myphoto"></div> -->
<h2 class="page-title">DeVolution Portal</h2>
<h2 class="page-title">I'll Make My Day</h2>
<p>나의 모든걸 추적, 기록, 검색 할 수 있는 공간.</p>
<a href="menu.html" class="button">메뉴 보기</a>
</div><!-- /.home-content -->
<p class='className'>Lorem ipsum dolor sit.</p>
</div>
</body>
</html>