Skip to content

Commit f92054a

Browse files
committed
fixing issue on front page
1 parent 1185ce9 commit f92054a

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

index.html

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ <h1>Introduction</h1>
5454
<h3>Let's get started. What do you need to do right now?</h3>
5555

5656
<div class="row">
57-
<div class="col-md-3">
57+
<div class="col-md-4">
5858
<div class="well select-next">
5959
<a href="/web-frameworks.html" class="btn btn-success btn-full"><i class="fa fa-code fa-inverse fa-2x"></i></a>
6060
<p class="under-btn">
6161
I want to learn how to code a web application with Python.
6262
</p>
6363
</div>
6464
</div>
65-
<div class="col-md-3">
65+
<div class="col-md-4">
6666
<div class="well select-next">
6767
<a href="/deployment.html" class="btn btn-success btn-full"><i class="fa fa-share fa-2x"></i></a>
6868
</a>
@@ -71,24 +71,14 @@ <h3>Let's get started. What do you need to do right now?</h3>
7171
</p>
7272
</div>
7373
</div>
74-
<div class="col-md-3">
74+
<div class="col-md-4">
7575
<div class="well select-next">
7676
<a href="/best-python-resources.html" class="btn btn-success btn-full"><i class="fa fa-book fa-inverse fa-2x"></i></a>
7777
</a>
7878
<p class="under-btn">
7979
Show me a list of the best Python learning resources.
8080
</p>
8181
</div>
82-
</div>
83-
<div class="col-md-3">
84-
<div class="well select-next">
85-
<a href="" class="btn btn-success btn-full"><i class="fa fa-2x"></i></a>
86-
</a>
87-
<p class="under-btn">
88-
89-
</p>
90-
</div>
91-
</div>
9282
</div>
9383
</div>
9484
<div class="col-md-offset-1 col-md-3" id="sidebar">
@@ -121,4 +111,4 @@ <h3>Let's get started. What do you need to do right now?</h3>
121111
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
122112
</script>
123113
</body>
124-
</html>
114+
</html>

0 commit comments

Comments
 (0)