Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Added info to about page and commented out js file
Browse files Browse the repository at this point in the history
  • Loading branch information
buddylindsey committed Dec 14, 2011
1 parent bebe1b8 commit c7854f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion godjango/templates/base.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="/static/css/main.css" />
<link rel="stylesheet" href="/static/css/video-js.css" type="text/css" media="screen" title="Video JS" charset="utf-8" />
<!--<link rel="stylesheet" href="/static/css/video-js.css" type="text/css" media="screen" title="Video JS" charset="utf-8" />-->
<link rel="alternate" type="application/rss+xml" title="GoDjango.com Main Feed (RSS 2.0)" href="http://feeds.feedburner.com/GoDjango" />
{% block head %}{% endblock %}
</head>
Expand Down
8 changes: 7 additions & 1 deletion godjango/templates/home/about.html
Expand Up @@ -7,7 +7,7 @@
<h1>About GoDjango</h1>
</header>
<div>
GoDjango is created by Buddy Lindsey. Each episode is focused on something that can help django developers do django development better. Most videos will be short, sweet, and to the point about the specific topic. It is expected that most developers have some experience with Django, but anyone will usually be able to benefit some how.
GoDjango is created by <a href="http://buddylindsey.com/">Buddy Lindsey</a>. Each episode is focused on something that can help django developers do django development better. Most videos will be short, sweet, and to the point about the specific topic. It is expected that most developers have some experience with Django, but anyone will usually be able to benefit some how.
</div>
</section>
<section>
Expand All @@ -16,5 +16,11 @@ <h1>About GoDjango</h1>
All feedback is welcome be it comment, criticism, help, or suggestions feel free to hit me with it. The easiest way to contact me is via the <a href="{% url home.views.feedback %}">feedback page</a>. However, I am available on twitter as well at, <a href="http://twitter.com/buddylindsey">@BuddyLindsey</a>.
</div>
</section>
<section>
<header id="about-contact"><h2>GoDjango Site</h2></header>
<div>
The GoDjango site itself is open source so anyone can feel free to peruse the code, or submit pull requests to help grow the site itself. Please have a look at the <a href="https://github.com/buddylindsey/GoDjango">GoDjango github repository</a> to see more about it. Also please feelf ree to leave pull requests.
</div>
</section>
</section>
{% endblock %}

0 comments on commit c7854f5

Please sign in to comment.