Skip to content

Commit 3834e45

Browse files
committed
fix avatar
1 parent 119e034 commit 3834e45

File tree

3 files changed

+96
-6
lines changed

3 files changed

+96
-6
lines changed

assets/scss/_home.scss

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
.home {
2+
width: 100%;
3+
height: 100%;
4+
max-width: 80rem;
5+
margin: 1rem auto;
6+
7+
.info {
8+
display: flex;
9+
flex-wrap: wrap;
10+
width: 100%;
11+
padding-left: 2rem;
12+
padding-right: 2rem;
13+
14+
@media only screen and (max-width: 768px) {
15+
display: block;
16+
}
17+
18+
.intro {
19+
margin-top: 0.5rem;
20+
float: left;
21+
width: 70%;
22+
23+
h1 {
24+
margin-bottom: 0;
25+
font-size: 4.2rem;
26+
line-height: 4.6rem;
27+
28+
@media only screen and (max-width: 768px) {
29+
font-size: 2.2rem;
30+
line-height: 2.6rem;
31+
margin-top: 0;
32+
}
33+
}
34+
35+
a {
36+
text-decoration: none;
37+
color: $gray-800;
38+
box-shadow: rgba(11, 11, 11, 0.5) 0px 1px 0px;
39+
}
40+
41+
@media only screen and (max-width: 768px) {
42+
margin-top: 2rem;
43+
float: none;
44+
width: 100%;
45+
}
46+
}
47+
48+
.avatar {
49+
width: 30%;
50+
display: block;
51+
align-items: center;
52+
justify-content: center;
53+
img {
54+
height: 15rem;
55+
56+
@media only screen and (max-width: 768px) {
57+
height: 10rem;
58+
}
59+
}
60+
61+
margin-top: 4rem;
62+
@media only screen and (max-width: 768px) {
63+
width: 100%;
64+
margin-top: 0rem;
65+
}
66+
67+
}
68+
}
69+
.featured {
70+
margin-left: 2rem;
71+
margin-right: 2rem;
72+
73+
.featured-single {
74+
border-top: 1px dashed $gray-600;
75+
76+
h4 {
77+
margin-bottom: 0;
78+
}
79+
80+
p {
81+
margin-top: 0;
82+
}
83+
}
84+
}
85+
}
86+
87+
.notfound {
88+
display: block;
89+
text-align: center;
90+
91+
.image {
92+
transform: scale(0.5);
93+
}
94+
}

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ params:
2424
brand: HOME
2525
avatarURL: /images/avatar.png
2626
author: Cloudlabs UFSCar
27-
authorDescription: Pesquisa e desenvolvimento em tecnologias para data centers utilizando virtualização.
27+
authorDescription: Pesquisa e desenvolvimento em tecnologias para data centers utilizando virtualização
2828
info: |
29-
Grupo de pesquisa do Departamento de Computação, criado e financiado por uma parceiria com o LuizaLabs, com o objetivo de investigar e experimentar tecnologias para cloud.
29+
Grupo de pesquisa em tecnologias para cloud do DC, criado e financiado por uma parceria com a Magalu Cloud.
3030
3131
favicon: /images/winframe.png
3232
options:

static/css/main.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)