2024-02-09 16:48:50 +02:00
|
|
|
|
<div class="col-md-3">
|
2019-05-30 00:10:22 +03:00
|
|
|
|
<div class="well well-lg" align="center">
|
2024-02-09 16:48:50 +02:00
|
|
|
|
<div class="list-group mb-2" >
|
2019-05-31 19:24:28 +03:00
|
|
|
|
<span class="list-group-item active">HEL.L.U.G Meetups!</span>
|
2024-02-09 16:48:50 +02:00
|
|
|
|
{{- $counter := 0 }}
|
|
|
|
|
{{- range first 3 (index .Site.Taxonomies.draseis "meetups") }}
|
|
|
|
|
{{- if .Params.meetupdate }}
|
|
|
|
|
{{- $meetuptime := time .Params.meetupdate }}
|
|
|
|
|
{{- $meetuptimeunix := add $meetuptime.Unix 86400 }}
|
|
|
|
|
{{- if ge $meetuptimeunix now.Unix }}
|
|
|
|
|
{{- $counter = add $counter 1 }}
|
|
|
|
|
<a class="list-group-item" href="{{ .Permalink}}">
|
|
|
|
|
<span class="label label-default">Nέο</span>
|
|
|
|
|
{{ dateFormat "02/01/2006" $meetuptime }} - {{ .Params.meetuplocation }}
|
|
|
|
|
</a>
|
|
|
|
|
{{- end }}
|
|
|
|
|
{{- end }}
|
|
|
|
|
{{- end }}
|
|
|
|
|
{{- if eq $counter 0 }}
|
2019-05-31 19:24:28 +03:00
|
|
|
|
<a class="list-group-item">Δεν υπάρχουν</a>
|
2024-02-09 16:48:50 +02:00
|
|
|
|
{{- end }}
|
2019-05-31 19:24:28 +03:00
|
|
|
|
</div>
|
2024-02-09 16:48:50 +02:00
|
|
|
|
<div class="list-group mb-4">
|
2019-05-30 00:10:22 +03:00
|
|
|
|
<span class="list-group-item active"> Εκδηλώσεις </span>
|
2024-02-09 16:48:50 +02:00
|
|
|
|
{{- $counter = 0 }}
|
|
|
|
|
{{- $newlimit := (sub now.Unix 604800 ) }}
|
|
|
|
|
{{- range first 5 (index .Site.Taxonomies.draseis "event") }}
|
|
|
|
|
{{- if .Params.eventdate }}
|
|
|
|
|
{{- $eventtime := time .Params.eventdate }}
|
|
|
|
|
{{- if ge $eventtime.Unix now.Unix }}
|
|
|
|
|
{{- $counter = add $counter 1 }}
|
2019-06-02 20:39:59 +03:00
|
|
|
|
<a class="list-group-item" href="{{ .Permalink }}">
|
2024-02-09 16:48:50 +02:00
|
|
|
|
{{- if lt .Date.Unix $newlimit }}
|
|
|
|
|
<span class="label label-default">Nέο</span>
|
|
|
|
|
{{- end }}
|
|
|
|
|
{{- dateFormat "02/01/2006" $eventtime }} - {{ .Title }}
|
2019-06-02 20:39:59 +03:00
|
|
|
|
</a>
|
2024-02-09 16:48:50 +02:00
|
|
|
|
{{- end }}
|
|
|
|
|
{{- end }}
|
|
|
|
|
{{- end }}
|
|
|
|
|
{{- if eq $counter 0 }}
|
2019-05-30 00:10:22 +03:00
|
|
|
|
<a class="list-group-item">Δεν υπάρχουν</a>
|
2024-02-09 16:48:50 +02:00
|
|
|
|
{{ end }}
|
2019-05-30 00:10:22 +03:00
|
|
|
|
</div>
|
2024-02-09 16:48:50 +02:00
|
|
|
|
<div class="list-group mb-2">
|
|
|
|
|
<div class="list-group-item active">
|
|
|
|
|
<h6>HEL.L.U.G. Sites</h6>
|
2019-05-30 00:10:22 +03:00
|
|
|
|
</div>
|
2024-02-09 16:48:50 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{- range .Site.Data.sidebar.links.hellug }}
|
|
|
|
|
<div class="list-group-item">
|
|
|
|
|
<a class="dropdown-item" href={{ .url }}>{{ .name }}</a>
|
|
|
|
|
</div>
|
|
|
|
|
{{- end }}
|
|
|
|
|
|
2019-05-30 00:10:22 +03:00
|
|
|
|
</div>
|
2024-02-09 16:48:50 +02:00
|
|
|
|
<div class="card card-info">
|
|
|
|
|
<div class="card-header">
|
|
|
|
|
<h4 class="card-title">Ακολουθήστε τον HEL.L.U.G.</h4>
|
2019-05-30 00:10:22 +03:00
|
|
|
|
</div>
|
2024-02-09 16:48:50 +02:00
|
|
|
|
<div class="card-body" align="left">
|
|
|
|
|
<div class="btn-group flex-wrap">
|
|
|
|
|
<a href="https://twitter.com/hellug"><button type="button" class="btn btn-default" style="padding-top:1px; padding-bottom:1px; margin-bottom:4px;"><img alt="" src="/media/Twitter.png">Twitter</button></a>
|
|
|
|
|
<a href="http://www.linkedin.com/groups/HELLUG-108292/about"><button type="button" class="btn btn-default" style="padding-top:1px; padding-bottom:1px; margin-bottom:4px;"><img alt="" src="/media/LinkedIn.png">LinkedIn</button></a>
|
|
|
|
|
<a href="https://www.facebook.com/groups/hellug/"><button type="button" class="btn btn-default" style="padding-top:1px; padding-bottom:1px;margin-bottom:4px;"><img alt="" src="/media/Facebook.png">Facebook</button></a>
|
2019-05-30 00:10:22 +03:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-02-09 16:48:50 +02:00
|
|
|
|
</div>
|
|
|
|
|
|