Skip to content

Commit a5c1ae7

Browse files
committed
Fix section
Signed-off-by: Pratik Karki <[email protected]>
1 parent af654e7 commit a5c1ae7

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

index.html

+30-9
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,46 @@
2828
<li class="nav-item"><a href="https://github.com/git-for-windows/git" target="_blank" class="nav-link">Repository</a></li>
2929
<li class="nav-item"><a href="https://groups.google.com/group/git-for-windows" target="_blank" class="nav-link">Mailing List</a></li>
3030
</ul>
31-
<div class="navbar-text ml-lg-3">
32-
<a href="https://github.com/git-for-windows/git/releases/latest" class="btn btn-primary text-white shadow" target="_blank">Download</a>
33-
</div>
3431
</div>
3532
</nav>
36-
<section class="content feature">
37-
<div class="imagerollover">
38-
<img src="img/gwindows_logo.png" alt="Git Logo">
39-
<img class="top" src="img/git_logo.png" alt="Git Logo">
33+
<section class="bg-light">
34+
<div class="container">
35+
<div class="row">
36+
<div class="col-lg-8 order-2 order-lg-1">
37+
<img src="img/gwindows_logo.png" alt="Git Logo" class="img-fluid">
38+
<p class="lead"><h2>We bring the awesome <span class="gittext">Git</span> SCM to Windows</h2></p>
39+
<p>
40+
<a name="download" /><a class="btn btn-primary shadow mr-2" href="https://github.com/git-for-windows/git/releases/latest" target="_blank">Download</a>
41+
<a class="btn btn-outline-primary shadow mr-2" href="#contribute">Contribute</a>
42+
</p>
43+
<!-- <div class="imagerollover">
44+
<img src="img/gwindows_logo.png" alt="Git Logo" class="img-fluid">
45+
<img class="top" src="img/git_logo.png" alt="Git Logo">
46+
</div> -->
47+
48+
</div>
49+
<div class="col-md-6 col-md-offset-3 col-md-push-3">
50+
<div class="text-right">
51+
<p class="lead"><h2>We bring the awesome <span class="gittext">Git</span> SCM to Windows</h2></p>
52+
<p>
53+
<a name="download" /><a class="btn btn-primary shadow mr-2" href="https://github.com/git-for-windows/git/releases/latest" target="_blank">Download</a>
54+
<a class="btn btn-outline-primary shadow mr-2" href="#contribute">Contribute</a>
55+
</p>
56+
</div>
57+
</div>
58+
59+
</div>
60+
4061
</div>
41-
<article>
62+
<!-- <article>
4263
<div class="vcentercontainer">
4364
<div>
4465
<h2>We bring the awesome <span class="gittext">Git</span> SCM to Windows</h2>
4566
<a name="download" /><a class="button featurebutton" href="https://github.com/git-for-windows/git/releases/latest" target="_blank">Download</a>
4667
<a class="button featurebutton" href="#contribute">Contribute</a>
4768
</div>
4869
</div>
49-
</article>
70+
</article> -->
5071
</section>
5172
<section class="details">
5273
<article>

0 commit comments

Comments
 (0)