about summary refs log tree commit diff
path: root/wpisy/index.html.raw
blob: 0226967bdc30664d9043ad88c80d87e347aa6d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<style>
.joinus {
  position: relative;
  top: -8px;
  width: 100%;
  padding: 160px 20%;
  background-image: url(/assets/bg.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

.joinus button {
  width: 160px;
}

.title {
  background-color: #200c0e;
  color: #fff;
  width: 260px;
  height: 85px;
  margin-bottom: 20px;
  text-align: left;
  padding: 10px;
  font-size: 24px;
}

.about {
  display: flex;
  flex-direction: row;
  padding: 4ex 2ex;
}

.about > div {
  padding: 1ex;
}

@media (max-width: 420px) {
  .joinus {
    align-items: center;
  }
}
@media (max-width: 540px) {
  .about {
    flex-direction: column;
  }

}

@media (prefers-color-scheme: dark) {
  section.joinus {
    background-image: url(/assets/bg-dark.jpg);
  }
}
</style>
<section class="joinus">
  <div class="heading">
    <div class="title">
      Rozpocznij swoją harcerską przygodę!
    </div>
  </div>
  <a href="/kontakt" class="button">Dołącz do nas</a>
</section>

<h1>19 PDH Puszcza</h1>

<div class="about content">
  <div style="flex: 40%"><img src="assets/naszywka.png" height="240"></div>
  <div style="flex: 60%; text-align: left">
    O drużynie słów kilka, ale teraz nie mam weny więc jest te pare słów aby zapełnić lukę.
  </div>
</div>