Skip to content

Commit 8ea5306

Browse files
committed
Layout umgesetzt
1 parent 5fa5954 commit 8ea5306

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+9186
-48
lines changed

.gitignore

100644100755
File mode changed.

.project

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>phpughh</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.aptana.ide.core.unifiedBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>com.aptana.projects.webnature</nature>
16+
<nature>com.aptana.ruby.core.rubynature</nature>
17+
</natures>
18+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
line.separator=\n

404.html

100644100755
File mode changed.

CNAME

100644100755
File mode changed.

README.md

100644100755
File mode changed.

Rakefile

100644100755
File mode changed.

_config.yml

100644100755
File mode changed.

_includes/JB/analytics

100644100755
File mode changed.

_includes/JB/analytics-providers/getclicky

100644100755
File mode changed.

_includes/JB/analytics-providers/google

100644100755
File mode changed.

_includes/JB/analytics-providers/mixpanel

100644100755
File mode changed.

_includes/JB/categories_list

100644100755
File mode changed.

_includes/JB/comments

100644100755
File mode changed.

_includes/JB/comments-providers/disqus

100644100755
File mode changed.

_includes/JB/comments-providers/facebook

100644100755
File mode changed.

_includes/JB/comments-providers/intensedebate

100644100755
File mode changed.

_includes/JB/comments-providers/livefyre

100644100755
File mode changed.

_includes/JB/liquid_raw

100644100755
File mode changed.

_includes/JB/pages_list

100644100755
File mode changed.

_includes/JB/posts_collate

100644100755
File mode changed.

_includes/JB/setup

100644100755
File mode changed.

_includes/JB/sharing

100644100755
File mode changed.

_includes/JB/tags_list

100644100755
File mode changed.

_includes/phpughh/twitter

100644100755
File mode changed.

_includes/themes/phpughh/default.html

+104
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>PHP Usergroup Hamburg</title>
5+
6+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
8+
<meta name="author" content="{{ site.author.name }}">
9+
{% if page.canonical %}<meta name="canonical" content="{{ page.canonical }}">{% endif %}
10+
11+
<!-- Stylesheets -->
12+
<link href="{{ ASSET_PATH }}/bootstrap/css/bootstrap.min.css" rel="stylesheet">
13+
<link href="{{ ASSET_PATH }}/css/main.css" rel="stylesheet" type="text/css" media="all">
14+
15+
<link href="http://static2.meetupstatic.com/style/widget.css" rel="stylesheet" type="text/css" media="all">
16+
<link href="{{ ASSET_PATH }}/css/meetup-widget.css" rel="stylesheet" type="text/css" media="all">
17+
<!-- /Stylesheets -->
18+
19+
<!-- Javascripts -->
20+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
21+
<script src="{{ ASSET_PATH }}/js/meetup-widget.js"></script>
22+
<script>jQuery.noConflict();</script>
23+
<!-- /Javascripts -->
24+
</head>
25+
<body>
26+
<div class="layout">
27+
<div class="wrapper clearfix">
28+
<nav class="main">
29+
<a href="/" class="logo">
30+
<img src="{{ ASSET_PATH }}/img/logo.png" alt="{{ site.title }}" />
31+
</a>
32+
<ul>
33+
{% assign pages_list = site.pages %}
34+
{% assign group = 'navigation' %}
35+
{% include JB/pages_list %}
36+
</ul>
37+
</nav>
38+
<div class="content clearfix">
39+
{{ content }}
40+
</div>
41+
</div>
42+
</div>
43+
<div class="footer">
44+
<div class="row-fluid">
45+
<div class="span4">
46+
<h5>Get in touch</h5>
47+
<p>
48+
phpughh auf <a href="https://www.twitter.com/phpughh/">Twitter</a> und <a href="#">Facebook</a>
49+
</p>
50+
<ul class="social">
51+
<li>
52+
<a href="https://www.twitter.com/phpughh/">
53+
<span class="sprite sprite-icon-twitter">&nbsp;</span>
54+
</a>
55+
</li>
56+
<li>
57+
<a href="#">
58+
<span class="sprite sprite-icon-facebook">&nbsp;</span>
59+
</a>
60+
</li>
61+
<li>
62+
<a href="#">
63+
<span class="sprite sprite-icon-google">&nbsp;</span>
64+
</a>
65+
</li>
66+
</ul>
67+
<span class="sprite sprite-social">&nbsp;</span>
68+
</div>
69+
<div class="span4">
70+
<h5>Das Team</h5>
71+
<p>
72+
Unsere Organisatoren sind jederzeit unter <a href="mailto:[email protected]">[email protected]</a> zu erreichen.
73+
</p>
74+
<span class="sprite sprite-team">&nbsp;</span>
75+
</div>
76+
<div class="span4">
77+
<h5>Unterstützer und Sponsoren</h5>
78+
<p>
79+
Die PHP Usergroup Hamburg wird unterstützt von:
80+
</p>
81+
<ul class="sponsors">
82+
<li>
83+
<a href="https://www.checkdomain.de">
84+
<img src="/assets/sponsors/checkdomain.png" alt="Checkdomain GmbH" />
85+
</a>
86+
</li>
87+
<li>
88+
<a href="http://www.phpmagazin.de">
89+
<img src="/assets/sponsors/php-magazin.jpeg" alt="PHP Magazin" />
90+
</a>
91+
</li>
92+
<li>
93+
<a href="http://www.javascript-spezial.de">
94+
<img src="/assets/sponsors/javascript-spezial.jpg" alt="Javascript Spezial" />
95+
</a>
96+
</li>
97+
</ul>
98+
<span class="sprite sprite-heart">&nbsp;</span>
99+
</div>
100+
</div>
101+
</div>
102+
{% include JB/analytics %}
103+
</body>
104+
</html>
+136
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
/*---------------------------------------------------
2+
LESS Elements 0.6
3+
---------------------------------------------------
4+
A set of useful LESS mixins by Dmitry Fadeyev
5+
Special thanks for mixin suggestions to:
6+
Kris Van Herzeele,
7+
Benoit Adam,
8+
Portenart Emile-Victor,
9+
Ryan Faerman
10+
11+
More info at: http://lesselements.com
12+
-----------------------------------------------------*/
13+
14+
.gradient(@color: #F5F5F5, @start: #EEE, @stop: #FFF) {
15+
background: @color;
16+
background: -webkit-gradient(linear,
17+
left bottom,
18+
left top,
19+
color-stop(0, @start),
20+
color-stop(1, @stop));
21+
background: -ms-linear-gradient(bottom,
22+
@start,
23+
@stop);
24+
background: -moz-linear-gradient(center bottom,
25+
@start 0%,
26+
@stop 100%);
27+
}
28+
.bw-gradient(@color: #F5F5F5, @start: 0, @stop: 255) {
29+
background: @color;
30+
background: -webkit-gradient(linear,
31+
left bottom,
32+
left top,
33+
color-stop(0, rgb(@start,@start,@start)),
34+
color-stop(1, rgb(@stop,@stop,@stop)));
35+
background: -ms-linear-gradient(bottom,
36+
rgb(@start,@start,@start) 0%,
37+
rgb(@start,@start,@start) 100%);
38+
background: -moz-linear-gradient(center bottom,
39+
rgb(@start,@start,@start) 0%,
40+
rgb(@stop,@stop,@stop) 100%);
41+
}
42+
.bordered(@top-color: #EEE, @right-color: #EEE, @bottom-color: #EEE, @left-color: #EEE) {
43+
border-top: solid 1px @top-color;
44+
border-left: solid 1px @left-color;
45+
border-right: solid 1px @right-color;
46+
border-bottom: solid 1px @bottom-color;
47+
}
48+
.drop-shadow(@x-axis: 0, @y-axis: 1px, @blur: 2px, @alpha: 0.1) {
49+
-webkit-box-shadow: @x-axis @y-axis @blur rgba(0, 0, 0, @alpha);
50+
-moz-box-shadow: @x-axis @y-axis @blur rgba(0, 0, 0, @alpha);
51+
box-shadow: @x-axis @y-axis @blur rgba(0, 0, 0, @alpha);
52+
}
53+
.rounded(@radius: 2px) {
54+
-webkit-border-radius: @radius;
55+
-moz-border-radius: @radius;
56+
border-radius: @radius;
57+
-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
58+
}
59+
.border-radius(@topright: 0, @bottomright: 0, @bottomleft: 0, @topleft: 0) {
60+
-webkit-border-top-right-radius: @topright;
61+
-webkit-border-bottom-right-radius: @bottomright;
62+
-webkit-border-bottom-left-radius: @bottomleft;
63+
-webkit-border-top-left-radius: @topleft;
64+
-moz-border-radius-topright: @topright;
65+
-moz-border-radius-bottomright: @bottomright;
66+
-moz-border-radius-bottomleft: @bottomleft;
67+
-moz-border-radius-topleft: @topleft;
68+
border-top-right-radius: @topright;
69+
border-bottom-right-radius: @bottomright;
70+
border-bottom-left-radius: @bottomleft;
71+
border-top-left-radius: @topleft;
72+
-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
73+
}
74+
.opacity(@opacity: 0.5) {
75+
-moz-opacity: @opacity;
76+
-khtml-opacity: @opacity;
77+
-webkit-opacity: @opacity;
78+
opacity: @opacity;
79+
}
80+
.transition-duration(@duration: 0.2s) {
81+
-moz-transition-duration: @duration;
82+
-webkit-transition-duration: @duration;
83+
transition-duration: @duration;
84+
}
85+
.rotation(@deg:5deg){
86+
-webkit-transform: rotate(@deg);
87+
-moz-transform: rotate(@deg);
88+
transform: rotate(@deg);
89+
}
90+
.scale(@ratio:1.5){
91+
-webkit-transform:scale(@ratio);
92+
-moz-transform:scale(@ratio);
93+
transform:scale(@ratio);
94+
}
95+
.transition(@duration:0.2s, @ease:ease-out) {
96+
-webkit-transition: all @duration @ease;
97+
-moz-transition: all @duration @ease;
98+
transition: all @duration @ease;
99+
}
100+
.inner-shadow(@horizontal:0, @vertical:1px, @blur:2px, @alpha: 0.4) {
101+
-webkit-box-shadow: inset @horizontal @vertical @blur rgba(0, 0, 0, @alpha);
102+
-moz-box-shadow: inset @horizontal @vertical @blur rgba(0, 0, 0, @alpha);
103+
box-shadow: inset @horizontal @vertical @blur rgba(0, 0, 0, @alpha);
104+
}
105+
.box-shadow(@arguments) {
106+
-webkit-box-shadow: @arguments;
107+
-moz-box-shadow: @arguments;
108+
box-shadow: @arguments;
109+
}
110+
.columns(@colwidth: 250px, @colcount: 0, @colgap: 50px, @columnRuleColor: #EEE, @columnRuleStyle: solid, @columnRuleWidth: 1px) {
111+
-moz-column-width: @colwidth;
112+
-moz-column-count: @colcount;
113+
-moz-column-gap: @colgap;
114+
-moz-column-rule-color: @columnRuleColor;
115+
-moz-column-rule-style: @columnRuleStyle;
116+
-moz-column-rule-width: @columnRuleWidth;
117+
-webkit-column-width: @colwidth;
118+
-webkit-column-count: @colcount;
119+
-webkit-column-gap: @colgap;
120+
-webkit-column-rule-color: @columnRuleColor;
121+
-webkit-column-rule-style: @columnRuleStyle;
122+
-webkit-column-rule-width: @columnRuleWidth;
123+
column-width: @colwidth;
124+
column-count: @colcount;
125+
column-gap: @colgap;
126+
column-rule-color: @columnRuleColor;
127+
column-rule-style: @columnRuleStyle;
128+
column-rule-width: @columnRuleWidth;
129+
}
130+
.translate(@x:0, @y:0) {
131+
-moz-transform: translate(@x, @y);
132+
-webkit-transform: translate(@x, @y);
133+
-o-transform: translate(@x, @y);
134+
-ms-transform: translate(@x, @y);
135+
transform: translate(@x, @y);
136+
}

0 commit comments

Comments
 (0)