Skip to content

Commit e9dbe5c

Browse files
committed
Adjust introduction header
1 parent 73c767e commit e9dbe5c

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

dist/build.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/build.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/App.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<main-navigation></main-navigation>
44
<main id="mainContent">
55
<div class="introduction-container">
6+
<img src="src/img/svg/quark-GUI-logo-icon.svg" style="width: 115px;">
67
<h1>quarkGUI</h1>
7-
<p>A Webpack GUI framework based on atomic design</p>
8+
<p>A Webpack templating framework based on atomic design</p>
89
</div>
910
<div class="main-content">
1011
<examples></examples>

src/style/partials/_layout.scss

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
h1, h2, h3, h4{
22
margin: 0;
3-
color: #404042;
3+
color: #404142;
44
}
55

66
h3{
77
margin-bottom: 12px;
88
}
99

1010
.introduction-container{
11+
border-bottom: 1px solid rgba(0,0,0,.07);
12+
background: #232527;
1113
margin-top: 0px;
1214
padding: 64px 0;
13-
color: #fff;
1415
text-align: center;
15-
background: #2274d8; /* Old browsers */
16-
background: -moz-radial-gradient(center, ellipse cover, #2274d8 0%, #206dcb 44%, #144580 100%); /* FF3.6-15 */
17-
background: -webkit-radial-gradient(center, ellipse cover, #2274d8 0%,#206dcb 44%,#144580 100%); /* Chrome10-25,Safari5.1-6 */
18-
background: radial-gradient(ellipse at center, #2274d8 0%,#206dcb 44%,#144580 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
19-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2274d8', endColorstr='#144580',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
20-
}
21-
22-
.introduction-container h1{
23-
color: #fff;
24-
font-size: 4em;
16+
h1{
17+
color: #fff;
18+
font-size: 4em;
19+
}
20+
p{
21+
color: #fff;
22+
}
2523
}
2624

2725
section{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy