Skip to content

Commit 780aa58

Browse files
committed
Adding photos
1 parent ebe76ef commit 780aa58

File tree

8 files changed

+48
-0
lines changed

8 files changed

+48
-0
lines changed

_layouts/frontpage.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<div class="scalacenter-logo"></div>
1717
For open source. For education.
1818
{{ content }}
19+
<div class="circular martin"></div>
20+
<div class="circular heather"></div>
21+
<div class="circular jon"></div>
1922
</div>
2023
</div>
2124
</div>

resources/css/main.scss

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,48 @@ $on-laptop: 800px;
7171
font-size: 42px;
7272
padding-top: 140px;
7373
}
74+
75+
76+
.circular {
77+
margin-left: auto;
78+
margin-right: auto;
79+
margin-bottom: 14px;
80+
width: 125px;
81+
height: 125px;
82+
border-radius: 75px;
83+
-webkit-border-radius: 75px;
84+
-moz-border-radius: 75px;
85+
}
86+
87+
.circular.heather {
88+
background-image: url('{{ site.baseurl }}/resources/img/heather.png');
89+
}
90+
91+
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
92+
.circular.heather {
93+
background-image: url('{{ site.baseurl }}/resources/img/[email protected]');
94+
background-size: 125px 125px;
95+
}
96+
}
97+
98+
.circular.jon {
99+
background-image: url('{{ site.baseurl }}/resources/img/jon.png');
100+
}
101+
102+
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
103+
.circular.jon {
104+
background-image: url('{{ site.baseurl }}/resources/img/[email protected]');
105+
background-size: 125px 125px;
106+
}
107+
}
108+
109+
.circular.martin {
110+
background-image: url('{{ site.baseurl }}/resources/img/martin.png');
111+
}
112+
113+
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
114+
.circular.martin {
115+
background-image: url('{{ site.baseurl }}/resources/img/[email protected]');
116+
background-size: 125px 125px;
117+
}
118+
}

resources/img/heather.png

39.1 KB
Loading

resources/img/[email protected]

138 KB
Loading

resources/img/jon.png

24 KB
Loading

resources/img/[email protected]

92.3 KB
Loading

resources/img/martin.png

32.9 KB
Loading

resources/img/[email protected]

99.5 KB
Loading

0 commit comments

Comments
 (0)