Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
21107895_cmt120_cw2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yukun Ge
21107895_cmt120_cw2
Commits
8cb89e61
Commit
8cb89e61
authored
Jan 21, 2022
by
Yukun Ge
Browse files
Options
Downloads
Patches
Plain Diff
update front-end
parent
18c361de
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
blog/blog.db
+0
-0
0 additions, 0 deletions
blog/blog.db
blog/static/style.css
+27
-6
27 additions, 6 deletions
blog/static/style.css
blog/templates/disclaimer.html
+2
-2
2 additions, 2 deletions
blog/templates/disclaimer.html
blog/templates/policy.html
+11
-11
11 additions, 11 deletions
blog/templates/policy.html
with
40 additions
and
19 deletions
blog/blog.db
+
0
−
0
View file @
8cb89e61
No preview for this file type
This diff is collapsed.
Click to expand it.
blog/static/style.css
+
27
−
6
View file @
8cb89e61
...
...
@@ -9,7 +9,7 @@ html {
}
body
{
margin-bottom
:
2
10px
;
margin-bottom
:
1
3
0px
;
}
.pers_greet
{
...
...
@@ -98,13 +98,14 @@ select {
}
.form_sort
{
max-width
:
2
5
0px
;
max-width
:
2
6
0px
;
background
:
rgba
(
0
,
0
,
0
,
0
);
padding
:
0px
0px
0px
12px
;
text-shadow
:
1px
1px
1px
#fff
;
border
:
1px
solid
#e4e4e4
;
border-radius
:
10px
;
display
:
flex
;
margin-top
:
25px
;
}
.form_sort
input
{
...
...
@@ -267,10 +268,6 @@ input {
font-family
:
"Segoe UI"
,
Tahoma
,
Geneva
,
Verdana
,
sans-serif
;
}
.policy
{
padding-left
:
20px
;
}
.new-post
{
margin-left
:
20px
;
}
...
...
@@ -302,3 +299,27 @@ hr {
border
:
#fff
;
margin-top
:
30px
;
}
.policy
{
font-family
:
"Segoe UI"
,
Tahoma
,
Geneva
,
Verdana
,
sans-serif
;
margin-top
:
0px
;
padding
:
0
20px
0
20px
;
}
.policy_title
{
font-size
:
22px
;
}
.policy_subtitle
{
font-size
:
18px
;
}
.disclaimer
{
font-family
:
"Segoe UI"
,
Tahoma
,
Geneva
,
Verdana
,
sans-serif
;
margin-top
:
40px
;
padding
:
0
20px
0
20px
;
}
.disclaimer_title
{
font-size
:
22px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
blog/templates/disclaimer.html
+
2
−
2
View file @
8cb89e61
{% extends 'base.html' %} {% block main %}
<div
class=
"
policy
"
>
<h1>
Disclaimer:
</h1>
<div
class=
"
disclaimer
"
>
<h1
class=
"disclaimer_title"
>
Disclaimer:
</h1>
<p>
The content of this website is published by users and only represents the
user's personal position. This website makes no representations or
...
...
This diff is collapsed.
Click to expand it.
blog/templates/policy.html
+
11
−
11
View file @
8cb89e61
{% extends 'base.html' %} {% block main %}
<div
class=
'policy'
>
<h1>
Privacy Policy:
</h1>
<h1
class=
"policy_title"
>
Privacy Policy:
</h1>
<p>
Welcome to use this website service! We value the trust you place in us when you provide us with your personal
information, and we will handle your personal information and keep it secure in accordance with this Privacy
Policy.
</p>
<
b
r>
<h
1
>
Introduction
:
</h2>
<
h
r>
<h
2
class=
"policy_subtitle"
>
Introduction
</h2>
<p>
This website is a community interaction platform gathering like-minded people on topics of interest. The topics
of
...
...
@@ -19,21 +19,21 @@
policy is designed to help you understand the types of personal information we collect about you and how we use
your
personal information.
</p>
<p>
Please be sure to read this privacy policy carefully, and use the services of this website after confirming your
full understanding and agreement.
This Privacy Policy will help you understand how we collect and use your personal information.
</p>
<br>
<p>
Personal information refers to all kinds of information recorded electronically or otherwise that can identify
you
or
reflect your activities, alone or in combination with other information. We only collect the information
Personal information refers to all kinds of information recorded electronically or otherwise that, alone or in
combination with other information, can identify you or reflect your activities. We only collect the information
necessary
to realize the function of the product according to the principles of legality, legitimacy and necessity.
Account registration information
</p>
<hr>
<h2
class=
"subtitle"
>
Account registration information
</h2>
<p>
If you only browse this website, you do not need to log in to your account. If you use this website to post
information or socialize, you need to register and log in to an account. When registering an account, you need
to
...
...
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