Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
C
colt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nala Ginrut
colt
Commits
3e665a2a
Verified
Commit
3e665a2a
authored
Sep 28, 2019
by
Nala Ginrut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preload fonts
parent
94ea13e0
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
42 deletions
+25
-42
app/views/articles/edit.html.tpl
app/views/articles/edit.html.tpl
+0
-22
app/views/dashboard/cards.html.tpl
app/views/dashboard/cards.html.tpl
+1
-0
app/views/dashboard/dashboard.html.tpl
app/views/dashboard/dashboard.html.tpl
+1
-0
app/views/dashboard/setting.html.tpl
app/views/dashboard/setting.html.tpl
+1
-0
pub/css/blog.css
pub/css/blog.css
+21
-20
pub/header.html.tpl
pub/header.html.tpl
+1
-0
No files found.
app/views/articles/edit.html.tpl
deleted
100644 → 0
View file @
94ea13e0
<!DOCTYPE html>
<html>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity=
"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin=
"anonymous"
>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity=
"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin=
"anonymous"
></script>
<title><
%=
blog-name
%
></title>
</head>
<body>
<div
method=
"POST"
action=
<%=
action
%
>
>
<div>
<textarea
name=
"post-content"
rows=
"20"
cols=
"60"
>
<
%=
content
%
>
</textarea>
</div>
</div>
</body>
</html>
app/views/dashboard/cards.html.tpl
View file @
3e665a2a
...
...
@@ -10,6 +10,7 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
>
<meta
content=
'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no'
name=
'viewport'
>
<meta
name=
"referrer"
content=
"same-origin"
>
<link
rel=
"preload"
as=
"font"
href=
"/pub/css/fonts/OpenSans-Regular.ttf"
>
<
@
css
materialize.min.css
%
>
<
@
js
materialize.min.js
%
>
<
@
css
blog.css
%
>
...
...
app/views/dashboard/dashboard.html.tpl
View file @
3e665a2a
...
...
@@ -10,6 +10,7 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
>
<meta
content=
'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no'
name=
'viewport'
>
<meta
name=
"referrer"
content=
"same-origin"
>
<link
rel=
"preload"
as=
"font"
href=
"/pub/css/fonts/OpenSans-Regular.ttf"
>
<
@
css
materialize.min.css
%
>
<
@
js
materialize.min.js
%
>
<
@
css
blog.css
%
>
...
...
app/views/dashboard/setting.html.tpl
View file @
3e665a2a
...
...
@@ -10,6 +10,7 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
>
<meta
content=
'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no'
name=
'viewport'
>
<meta
name=
"referrer"
content=
"same-origin"
>
<link
rel=
"preload"
as=
"font"
href=
"/pub/css/fonts/OpenSans-Regular.ttf"
>
<
@
css
materialize.min.css
%
>
<
@
js
materialize.min.js
%
>
<
@
css
blog.css
%
>
...
...
pub/css/blog.css
View file @
3e665a2a
...
...
@@ -280,30 +280,31 @@ h2, h3 {
/* } */
/* Light */
@font-face
{
font-family
:
'Open Sans'
;
src
:
url('/pub/css/fonts/OpenSans-Light.ttf')
;
font-weight
:
300
;
font-style
:
normal
;
}
/* Regular */
@font-face
{
font-family
:
'Open Sans'
;
src
:
url('/pub/css/fonts/OpenSans-Regular.ttf')
;
font-weight
:
400
;
font-style
:
normal
;
}
/* Regular */
@font-face
{
font-family
:
'Open Sans'
;
src
:
url('/pub/css/fonts/OpenSans-Bold.ttf')
;
font-weight
:
700
;
font-style
:
normal
;
}
/* @font-face { */
/* font-family: 'Open Sans'; */
/* src: url('/pub/css/fonts/OpenSans-Light.ttf'); */
/* font-weight: 300; */
/* font-style: normal; */
/* } */
/* /\* Regular *\/ */
/* @font-face { */
/* font-family: 'Open Sans'; */
/* font-weight: 400; */
/* font-style: normal; */
/* } */
/* /\* Regular *\/ */
/* @font-face { */
/* font-family: 'Open Sans'; */
/* src: url('/pub/css/fonts/OpenSans-Bold.ttf'); */
/* font-weight: 700; */
/* font-style: normal; */
/* } */
html
,
body
{
font-family
:
'Open Sans'
,
sans-serif
;
font-weight
:
400
;
font-style
:
normal
;
}
nav
{
...
...
pub/header.html.tpl
View file @
3e665a2a
...
...
@@ -8,6 +8,7 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
>
<meta
content=
'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no'
name=
'viewport'
>
<meta
name=
"referrer"
content=
"same-origin"
>
<link
rel=
"preload"
as=
"font"
href=
"/pub/css/fonts/OpenSans-Regular.ttf"
>
<
@
css
materialize.min.css
%
>
<
@
css
blog.css
%
>
<
@
js
jquery-3.3.1.min.js
%
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment