Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
stepUP
Commits
b75e117c
Commit
b75e117c
authored
Nov 23, 2013
by
Jean Michel Rouly
Browse files
Updated feed descriptions and styles.
parent
9037041b
Changes
2
Hide whitespace changes
Inline
Side-by-side
hackathon/settings/templates/index.html
View file @
b75e117c
...
...
@@ -7,20 +7,20 @@
<div
class =
"row"
>
<div
class=
"col-md-6 back-tiles pull-left"
><h3>
Interest Feed
</h3>
<div
class=
"row"
>
<div
class=
"front-tiles"
><h4>
Opportunities matching with your tags.
</h4>
</div>
<div
class=
"front-tiles"
><h4>
Opportunities matching with your tags.
</h4>
<div
class=
"feed"
>
{% for entry in tag_feed %}
{{ entry }}
<br
/>
{% endfor %}
</div>
</div>
</div>
</div>
<div
class=
"col-md-6 back-tiles pull-right"
><h3>
Organizational Feed
</h3>
<div
class=
"row"
>
<div
class=
"front-tiles"
><h4>
All of the activity from your organizations.
</h4>
</div>
<div
class=
"front-tiles"
><h4>
All of the activity from your organizations.
</h4>
<div
class=
"feed"
>
...
...
@@ -29,7 +29,7 @@
{% endfor %}
</div>
</div>
</div>
</div>
</div>
...
...
@@ -38,7 +38,7 @@
<div
class=
"col-md-6 back-tiles pull-left"
><h3>
Trending Feed
</h3>
<div
class=
"row"
>
<div
class=
"front-tiles"
><h4>
This feed shows trending, popular
events and tags in the community.
</h4>
</div>
events and tags in the community.
</h4>
<div
class=
"feed"
>
{% for entry in tags_and_orgs_feed %}
...
...
@@ -46,14 +46,14 @@
{% endfor %}
</div>
</div>
</div>
</div>
<div
class=
"col-md-6 back-tiles pull-right"
><h3>
Platform Opportunities
</h3>
<div
class=
"row"
>
<div
class=
"front-tiles"
><h4>
Displays all of the opportunities
currently present on the platform.
</h4>
</div>
currently present on the platform.
</h4>
<div
class=
"feed"
>
{% for entry in global_opp_feed %}
...
...
@@ -61,7 +61,7 @@
{% endfor %}
</div>
</div>
</div>
</div>
</div>
...
...
hackathon/stepup/views.py
View file @
b75e117c
...
...
@@ -82,7 +82,7 @@ def index(request):
"tag_feed"
:
tag_opportunities
,
"org_feed"
:
org_opportunities
,
"tags_and_orgs_feed"
:
tags_and_orgs
,
"
combined
_feed"
:
global_opps
,
"
global_opp
_feed"
:
global_opps
,
},
context_instance
=
RequestContext
(
request
),
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment