This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
InBoard.html
51 lines (50 loc) · 1.87 KB
/
InBoard.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/inboard.css">
<title>공강메이트</title>
</head>
<body>
<header>
<nav>
<div id="grid">
<ul>
<li><a href="Main.html">back</a></li>
<li><a href="board.html">게시판</a></li>
<li><a href="pri_mento.html">채팅</a></li>
<li><a href="login.html">로그인/회원가입</a></li>
</ul>
</div>
</nav>
</header>
<section>
<div class="main-content">
<img class="profile-image" src="/css/image/profile.png" style="max-width: 70%;
max-height: 70%;
left: 800px;
right: 0;
top: 100px;
bottom: 0;
margin: auto;
overflow: auto;
border-radius: 100%;">
<div class="profile-info">
<p class="greeting">Hi, I am John,<br />Creative Technologist</p>
<p class="bio">Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia
consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet.</p>
</div>
</div>
<!-- About Me Section -->
<div class="about-me">
<p class="intro">
I'm thrilled to introduce myself as a Creative Technologist with a passion for merging
innovation and creativity to bring ideas to life. With a diverse background in technology
and design, I thrive in the dynamic intersection where imagination meets functionality.
</p>
<!-- Additional paragraphs go here -->
</div>
</section>
</body>
</html>