Skip to content

Commit ba9646b

Browse files
Changed images used in the layout.
Added content to Our Way part. Added overlay for passion / dedication pictures due to low quality photos. We will have to eventually replace all of those in about section with better ones.
1 parent 921f005 commit ba9646b

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

_pages/01_about.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 class="about__page-subtitle">Our Goals, Our Story</h2>
3535
<h2 class="about__section-title-left">Who We Are</h2>
3636
<div class="row">
3737
<div class="col-md-8 offset-md-2">
38-
<img class="about__paragraph-img-main rounded" src="../static/images/about/python_sprints_decoded_673x411px.JPG" alt="Test image 1">
38+
<img class="about__paragraph-img-main rounded" src="../static/images/about/python_sprints_decoded_673x411px.JPG" alt="Focused on quality">
3939
<h2 class="about__paragraph-title-dark">Python Sprints Decoded</h2>
4040
<hr class="about__divider-right">
4141
<p class="about__paragraph-dark">
@@ -65,14 +65,23 @@ <h2 class="about__img-top-title">Passion</h2>
6565
<div class="about__img-bot-title-container">
6666
<h2 class="about__img-bot-title">Dedication</h2>
6767
</div>
68-
<!--<img class="about__img-bot rounded" src="../static/images/about/top_image_964x659px.JPG" alt="Test image 1">-->
6968
</div>
7069
</div>
7170

7271
<div class="about__container container-fluid">
7372
<div class="row">
7473
<div class="col-12 no-padding-x">
75-
<h2 class="about__section-title-left">Our Way</h2>
74+
<h2 class="about__section-title-right">Our Way</h2>
75+
<div class="row">
76+
<div class="col-md-8 offset-md-2">
77+
<img class="about__paragraph-img-main rounded" src="../static/images/about/teamwork_673x411px.JPG" alt="Teamwork for the win">
78+
<h2 class="about__paragraph-title-dark">Teamwork Rules</h2>
79+
<hr class="about__divider-right">
80+
<p class="about__paragraph-dark">
81+
We believe in helping each other to bring the knowledge in the group up to the highest possible level. Anyone can ask a question and expect aid in their problems during the session. We have people using all kinds of OSes, editors etc. and we all sometimes struggle but a solution is just ask someone else to have a look.
82+
</p>
83+
</div>
84+
</div>
7685
</div>
7786
</div>
7887
</div>

_sass/about.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
.about__section-title-right {
4040
@extend .about__section-title-left;
4141
text-align: right;
42+
margin-top: 5%;
4243
}
4344

4445

@@ -95,7 +96,7 @@
9596
position: absolute;
9697
top: 0;
9798
right: 15%;
98-
background: url("../images/about/top_image_964x643px.JPG") no-repeat top center;
99+
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/about/top_img_passion_964x643px.JPG") no-repeat top center;
99100
background-size: cover;
100101
overflow: hidden;
101102
width: 40%;
@@ -115,7 +116,7 @@
115116
height: 100%;
116117
content: "";
117118
display: block;
118-
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../images/about/top_image_964x643px.JPG") no-repeat top center;
119+
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/about/top_img_passion_964x643px.JPG") no-repeat top center;
119120
background-size: cover;
120121
filter: blur(2px);
121122
z-index: -1;
@@ -136,7 +137,7 @@
136137
left: 15%;
137138
width: 40%;
138139
height: 50%;
139-
background: url("../images/about/top_image_964x659px.JPG") no-repeat bottom center;
140+
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/about/bot_img_dedication_964x643px.JPG") no-repeat bottom center;
140141
background-size: cover;
141142
overflow: hidden;
142143
border: $old-white 2px groove;
@@ -155,7 +156,7 @@
155156
height: 100%;
156157
content: "";
157158
display: block;
158-
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("../images/about/top_image_964x659px.JPG") no-repeat bottom center;
159+
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/about/bot_img_dedication_964x643px.JPG") no-repeat bottom center;
159160
background-size: cover;
160161
filter: blur(2px);
161162
z-index: -1;
Loading
Loading
59.3 KB
Loading
Loading

0 commit comments

Comments
 (0)