-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (63 loc) · 2.63 KB
/
index.html
File metadata and controls
71 lines (63 loc) · 2.63 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="SoloSx" content="" />
<title>--No Vanity--</title>
<link rel="stylesheet" type="text/css" href="CSS/header.css">
<link rel="stylesheet" type="text/css" href="CSS/body.css">
<link rel="stylesheet" type="text/css" href="CSS/dev.css">
<link rel="stylesheet" type="text/css" href="CSS/profile.css">
<link rel="stylesheet" type="text/css" href="CSS/self_work.css">
<link rel="stylesheet" type="text/css" href="CSS/study.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.7.2/font/bootstrap-icons.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("#study").load("/HTML_section/study.html");
$("#self_work").load("/HTML_section/self_work.html");
$("#dev-skill").load("/HTML_section/dev-skills.html");
$("#profile").load("/HTML_section/profile.html");
});
</script>
</head>
<body>
<header>
<div class="menu_items">
<ul class="select_titles">
<!--
<li class="nav-item"><a class="nav-link" href="#study">Major</a></li>
-->
<li class="nav-item"><a class="nav-link" href="#self_work">My-Activity</a></li>
<li class="nav-item"><a class="nav-link" href="#dev-skill">Dev-Skill</a></li>
<li class="nav-item"><a class="nav-link" href="#profile">Profile</a></li>
</ul>
</div>
</header>
<div id="first_view">
<div id="title_content">
<h1 class="title">
"Hello World "
</h1>
<p class="title">
"This is a test site for my portfolio."
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
</p>
</div>
</div>
<!--
<section class ="section" id ="study"></section>
-->
<section class ="section" id ="self_work"></section>
<section class ="section" id ="dev-skill"></section>
<section class ="section" id ="profile"></section>
</body>
<!--
-->