Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
lab03_HTML
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
Show more breadcrumbs
sooji Bae
lab03_HTML
Commits
b68f6ef1
Commit
b68f6ef1
authored
2 years ago
by
sooji Bae
Browse files
Options
Downloads
Patches
Plain Diff
after something
parent
71b8c5e4
No related branches found
No related tags found
No related merge requests found
Pipeline
#5922
passed
2 years ago
Stage: deploy
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/index.css
+62
-0
62 additions, 0 deletions
public/index.css
public/index.html
+34
-9
34 additions, 9 deletions
public/index.html
public/style.css
+0
-24
0 additions, 24 deletions
public/style.css
with
96 additions
and
33 deletions
public/index.css
0 → 100644
+
62
−
0
View file @
b68f6ef1
body
{
font-family
:
fantasy
;
margin
:
auto
;
max-width
:
1100px
;
text-align
:
center
;
}
.navbar
{
background-color
:
#6699CC
;
border-radius
:
3px
;
max-width
:
1200px
;
text-align
:
center
;
}
.navbar
a
{
color
:
rgb
(
249
,
249
,
249
);
display
:
inline-block
;
font-size
:
20px
;
padding
:
15px
;
text-decoration
:
none
;
text-align
:
center
;
}
h1
{
text-align
:
center
;
}
h2
{
text-align
:
center
;
}
h3
{
text-align
:
center
;
}
.List
{
display
:
table
;
margin-left
:
none
;
margin-right
:
none
;
}
p
{
text-align
:
center
;
}
.navbar
a
:hover
{
color
:
#f9f4f4
;
text-align
:
center
;
}
#cat
{
min-width
:
200px
;
min-height
:
200px
;
max-width
:
600px
;
max-height
:
500px
;
}
#cat
{
margin
:
auto
;
display
:
block
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/index.html
+
34
−
9
View file @
b68f6ef1
...
@@ -4,20 +4,45 @@
...
@@ -4,20 +4,45 @@
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"generator"
content=
"GitLab Pages"
>
<meta
name=
"generator"
content=
"GitLab Pages"
>
<title>
Plain HTML site using GitLab Pages
</title>
<title>
Plain HTML site using GitLab Pages
</title>
<link
rel=
"stylesheet"
href=
"
style
.css"
>
<link
rel=
"stylesheet"
href=
"
index
.css"
>
</head>
</head>
<body>
<body>
<div
class=
"navbar"
>
<div
class=
"navbar"
>
<a
href=
"https://pages.gitlab.io/plain-html/"
>
Plain HTML Example
</a>
<a
href=
"https://git.ajou.ac.kr/sooji/lab03_html"
>
my git page
</a>
<a
href=
"https://gitlab.com/pages/plain-html/"
>
Repository
</a>
<a
href=
"https://git.ajou.ac.kr/alsrud991026/html-exercise"
>
partner git page
</a>
<a
href=
"https://gitlab.com/pages/"
>
Other Examples
</a>
<a
href=
"http://sooji.ajousw.kr/lab03_html/"
>
my page
</a>
<a
href=
"http://alsrud991026.ajousw.kr/html-exercise/"
>
partner page
</a>
</div>
</div>
<h1>
Hello World!
</h1>
<h2>
201620984 배수지
</h2>
<h1>
Introduce my cat!
</h1>
<div
id=
"cat"
a
href=
"https://www.hidoc.co.kr/healthstory/news/C0000697072"
>
<img
src=
"https://src.hidoc.co.kr/image/lib/2022/5/12/1652337370806_0.jpg"
></a></div>
<h3>
This is my cat! Have a nice day!
</h3>
<div
class=
"List"
>
<h3>
Ordered List Cat Type
</h3>
<ol
type=
"1"
>
<li>
Persian
</li>
<li>
siamese cat
</li>
<li>
russian blue
</li>
</ol>
<h3>
Unordred List Cat Type
</h3>
<ul>
<li>
Persian
</li>
<li>
siamese cat
</li>
<li>
russian blue
</li>
</ul>
<h1>
1
</h1>
<h2>
2
</h2>
<h3>
3
</h3>
<h4>
4
</h4>
<h5>
5
</h5>
<h6>
6
</h6>
</div>
<p>
<p>
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
</p>
</p>
</body>
</body>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/style.css
deleted
100644 → 0
+
0
−
24
View file @
71b8c5e4
body
{
font-family
:
sans-serif
;
margin
:
auto
;
max-width
:
1280px
;
}
.navbar
{
background-color
:
#313236
;
border-radius
:
2px
;
max-width
:
800px
;
}
.navbar
a
{
color
:
#aaa
;
display
:
inline-block
;
font-size
:
15px
;
padding
:
10px
;
text-decoration
:
none
;
}
.navbar
a
:hover
{
color
:
#ffffff
;
}
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