Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
my_awsome_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
During summer vacation, Gitlab will be restart frequently. Use it carefully.
Show more breadcrumbs
Kwangbin Hyun
my_awsome_project
Commits
36072b1e
Commit
36072b1e
authored
Mar 22, 2023
by
Gwangbin
Browse files
Options
Downloads
Patches
Plain Diff
add my interests
parent
0bba9ceb
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#5716
passed
Mar 22, 2023
Stage: deploy
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/images/picture.jpg
+0
-0
0 additions, 0 deletions
public/images/picture.jpg
public/index.html
+28
-1
28 additions, 1 deletion
public/index.html
public/style.css
+10
-0
10 additions, 0 deletions
public/style.css
with
38 additions
and
1 deletion
public/images/picture.jpg
0 → 100644
+
0
−
0
View file @
36072b1e
79.7 KiB
This diff is collapsed.
Click to expand it.
public/index.html
+
28
−
1
View file @
36072b1e
...
...
@@ -15,9 +15,36 @@
<h1>
Hello World!
</h1>
<p>
<img
src=
"images/picture.jpg"
width=
"300"
height=
"300"
>
<h2>
Let me introduce myself
</h2>
<h3>
My interests
</h3>
<ul>
<li>
음악감상
</li>
<li>
게임
</li>
<li>
여행
</li>
</ul>
<h4>
My favorite music
</h4>
<ol>
<li>
Piano Man
</li>
<li>
사건의 지평선
</li>
<li>
흩어지지 않게
</li>
</ol>
<h5>
peer's webpage
</h5>
<a
herf=
"http://qilip.ajousw.kr/html-project/"
>
http://qilip.ajousw.kr/html-project/
</a>
<h6>
thank you
</h6>
<p
class=
"myStyle"
>
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
</p>
<p>
Another Paragraph
</p>
</body>
</html>
This diff is collapsed.
Click to expand it.
public/style.css
+
10
−
0
View file @
36072b1e
...
...
@@ -22,3 +22,13 @@ body {
color
:
#ffffff
;
}
p
.myStyle
{
font-size
:
32px
;
color
:
chocolate
;
background-color
:
aqua
;
}
img
{
display
:
block
;
margin
:
auto
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment