intia-theme 0.1.18 → 0.1.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8086f593a2fb18d23f6a12c2c3861fa1baae6dfc6c370ce4081b350db1fc31a8
4
- data.tar.gz: cac867fccf4719ae6f771685346e5d53c4c784c81a823f0108feafa5ddf82810
3
+ metadata.gz: 80f66cc44c2c92c3653152163fc3c1f9a507722414225937fcd1453a47ab4c03
4
+ data.tar.gz: da4beb717974f1fca487508d71e88b5de36c232fb0bee2b522edd4e3031d4f30
5
5
  SHA512:
6
- metadata.gz: b1f8c53124c21df01a95b5fe69e2cee57779d46b2526c030f013b8816e22d1e1aaa0b19eb4e3c8217603d42c9bd23f22ecdbf31f28fd7a549585fe9958ecc317
7
- data.tar.gz: a06fd3586b714ed9b7f07748ce5470988ab0491e95788f5860820ebf5d26125a98e91a7073cf001dfbfc5df056cf46f0f3f555ed76dafc2eedf3a06728ae087c
6
+ metadata.gz: 84ba36f8ddc5556bf4945f843063d3347fe3ace3879511b95d70515120f9cb4460a038b4dab03735fd7c5fc31c8375e62432592e307ea1ae8ec815a893905ff2
7
+ data.tar.gz: 4cab3a15a7f6ab1871923310f051bcbeaef41191b293b0903a2bb71e6b0f6657116978dea6d372b4bca8474e7b12128d9720443da22ebb442e93773a444716a4
@@ -5,36 +5,30 @@
5
5
  <form action="{{ site.data.contact.action }}" class="columns">
6
6
  <div class="column is-6">
7
7
  <div class="field">
8
- <label class="label">Name</label>
8
+ <label class="label">Vor- und Nachname</label>
9
9
  <div class="control has-icons-left">
10
- <input class="input" type="text" id="name" name="name" placeholder="Name" required>
10
+ <input class="input" type="text" id="name" name="name" placeholder="Hier tippen..." required>
11
11
  <span class="icon is-small is-left">
12
12
  <i class="fas fa-user"></i>
13
13
  </span>
14
14
  </div>
15
15
  </div>
16
16
  <div class="field">
17
- <label class="label">E-Mail</label>
17
+ <label class="label">E-Mailadresse</label>
18
18
  <div class="control has-icons-left">
19
- <input class="input" type="email" id="email" name="email" placeholder="E-Mail">
19
+ <input class="input" type="email" id="email" name="email" placeholder="Hier tippen...">
20
20
  <span class="icon is-small is-left">
21
21
  <i class="fas fa-envelope"></i>
22
22
  </span>
23
23
  </div>
24
24
  </div>
25
25
  <div class="field">
26
- <label class="label">Thema</label>
27
- <div class="control">
28
- <div class="select">
29
- <select id="thema" name="thema">
30
- <option value="Sonstige">Sonstige</option>
31
- <option value="Plattform">Plattform</option>
32
- <option value="Innovationskoffer">Innovationskoffer</option>
33
- <option value="Methoden">Methoden</option>
34
- <option value="Prototypen">Prototypen</option>
35
- <option value="Stories">Stories</option>
36
- </select>
37
- </div>
26
+ <label class="label">Betreff</label>
27
+ <div class="control has-icons-left">
28
+ <input class="input" id="thema" name="thema" placeholder="Hier tippen...">
29
+ <span class="icon is-small is-left">
30
+ <i class="fas fa-pen"></i>
31
+ </span>
38
32
  </div>
39
33
  </div>
40
34
  </div>
@@ -46,7 +40,7 @@
46
40
  class="textarea"
47
41
  id="message"
48
42
  name="message"
49
- placeholder="Hier tippen"
43
+ placeholder="Hier tippen..."
50
44
  required=""
51
45
  ></textarea>
52
46
  </div>
@@ -9,7 +9,7 @@
9
9
  </div>
10
10
  <div class="column is-2">
11
11
  <div class="title">www.intia.de</div>
12
- TH-Köln | DITIS<br>
12
+ TH-Köln | DITES<br>
13
13
  Campus Südstadt<br>
14
14
  Ubierring 48<br>
15
15
  50678 Köln
data/_sass/_layout.scss CHANGED
@@ -142,9 +142,10 @@ a .tooltip-popup {
142
142
  }
143
143
 
144
144
  .navbar-brand img {
145
- max-height: 2.5rem;
145
+ max-height: 3rem;
146
146
  margin-top: 1rem;
147
147
  }
148
+
148
149
  .navbar-brand a p {
149
150
  color: #000;
150
151
  }
@@ -485,7 +486,7 @@ a.navbar-item.is-active,
485
486
  float: none;
486
487
  overflow: hidden;
487
488
  height: 300px;
488
- width: 300px;
489
+ width: 300px;
489
490
  }
490
491
  .highlighter .is-round img {
491
492
  background-color: white;
@@ -505,6 +506,10 @@ a.navbar-item.is-active,
505
506
  line-height: 1rem;
506
507
  padding-top: 0;
507
508
  }
509
+ .footer img {
510
+ max-height: 4rem;
511
+ margin-top: 1rem;
512
+ }
508
513
  .footer img.column {
509
514
  padding: 0 !important;
510
515
  flex-grow: 0;
@@ -881,8 +886,14 @@ a:hover .tooltip-popup,
881
886
  padding: 10px;
882
887
  height: auto;
883
888
  width: auto;
884
- }
889
+ }
885
890
  .footer-logos .column {
886
891
  text-align: left !important;
887
892
  }
893
+ .footer-logos img {
894
+ height: 75px;
895
+ margin-right: 15px;
896
+ image-rendering: -webkit-optimize-contrast;
897
+ padding-bottom: 15px;
898
+ }
888
899
  }
Binary file
Binary file
Binary file
Binary file
data/favicon.png CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intia-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.18
4
+ version: 0.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Schmidt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-19 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -62,23 +62,18 @@ files:
62
62
  - assets/img/logo-black-old.png
63
63
  - assets/img/logo-black.png
64
64
  - assets/img/logo-dites.png
65
- - assets/img/logo-green-white.png
66
- - assets/img/logo-green.png
67
- - assets/img/logo-short-green.png
68
- - assets/img/logo-short.png
69
- - assets/img/logo-white-old.png
65
+ - assets/img/logo-white-short.png
70
66
  - assets/img/logo-white.png
71
- - assets/img/logo.png
72
67
  - assets/img/logos/BMBF-01.png
73
68
  - assets/img/logos/DiTes_Single.png
74
- - assets/img/logos/Diakonie_Logo.png
75
- - assets/img/logos/EvJugendhilfe_Logo.png
76
- - assets/img/logos/FJMK_Logo.png
77
69
  - assets/img/logos/INTIA_Plattform_Logos_BMBF_weiss.png
78
70
  - assets/img/logos/INTIA_Plattform_Logos_Dites_weiss.png
79
71
  - assets/img/logos/INTIA_Plattform_Logos_TH_weiss.png
80
72
  - assets/img/logos/StadtGrenzenlos_Logo.png
81
73
  - assets/img/logos/TH_Single.png
74
+ - assets/img/logos/diakonie_michaelshoven.png
75
+ - assets/img/logos/ev_jugendhilfe_godesheim.png
76
+ - assets/img/logos/fjmk.png
82
77
  - assets/img/posts/escape-game.jpg
83
78
  - assets/img/posts/messenger.jpg
84
79
  - assets/img/posts/photoprobe.jpg
Binary file
Binary file
Binary file
Binary file
Binary file
data/assets/img/logo.png DELETED
Binary file
Binary file
Binary file