1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
4
- < head >
4
+ < head >
5
5
< meta charset ="utf-8 ">
6
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
7
< title > Git for Windows</ title >
18
18
<script src="js/html5shiv.js"></script>
19
19
<script src="js/respond.js"></script>
20
20
<![endif]-->
21
- </ head >
21
+ </ head >
22
22
23
- < body >
23
+ < body >
24
24
<!-- navbar -->
25
25
< nav class ="navbar navbar-light navbar-expand-lg fixed-top shadow-sm bg-white ">
26
26
< a href ="index.html " class ="navbar-brand ">
@@ -63,11 +63,14 @@ <h2>We bring the awesome <span class="gittext">Git</span> SCM to Windows</h2>
63
63
target ="_blank "> Download</ a >
64
64
< a class ="btn btn-outline-primary shadow mr-2 " href ="#contribute "> Contribute</ a >
65
65
</ p >
66
+ < p class ="h2 " id ="version ">
67
+ < a href ="https://github.com/git-for-windows/git/releases/tag/v2.33.1.windows.1 " title ="Version 2.33.1 was published on Wed, 13 Oct 2021 23:42:20 UTC ">
68
+ Version 2.33.1
69
+ </ a >
70
+ </ p >
66
71
</ div >
67
72
</ div >
68
-
69
73
</ div >
70
-
71
74
</ div >
72
75
</ section >
73
76
< section >
@@ -78,21 +81,21 @@ <h2>Tools & Features</h2>
78
81
providing appropriate user interfaces for experienced Git users and novices alike.</ p >
79
82
< div class ="row ">
80
83
< div class ="col-sm-6 col-lg-4 mb-3 ">
81
- < img src ="img/gw1web_thumb.png " alt ="Git BASH ">
84
+ < img src ="img/gw1web_thumb.png " alt ="Git BASH " class =" img-other-logos " >
82
85
< h3 > Git BASH</ h3 >
83
86
< p > Git for Windows provides a BASH emulation used to run Git from the command line. *NIX users
84
87
should feel right at home, as the BASH emulation behaves just like the "git" command in LINUX
85
88
and UNIX environments.</ p >
86
89
</ div >
87
90
< div class ="col-sm-6 col-lg-4 mb-3 ">
88
- < img src ="img/gw2web_thumb.png " alt ="Git GUI ">
91
+ < img src ="img/gw2web_thumb.png " alt ="Git GUI " class =" img-other-logos " >
89
92
< h3 > Git GUI</ h3 >
90
93
< p > As Windows users commonly expect graphical user interfaces, Git for Windows also provides the Git
91
94
GUI, a powerful alternative to Git BASH, offering a graphical version of just about every Git
92
95
command line function, as well as comprehensive visual diff tools.</ p >
93
96
</ div >
94
97
< div class ="col-sm-6 col-lg-4 mb-3 ">
95
- < img src ="img/gw3web_thumb.png " alt ="Gitk: Exploring Commits ">
98
+ < img src ="img/gw3web_thumb.png " alt ="Gitk: Exploring Commits " class =" img-other-logos " >
96
99
< h3 > Shell Integration</ h3 >
97
100
< p > Simply right-click on a folder in Windows Explorer to access the BASH or GUI.</ p >
98
101
</ div >
@@ -116,7 +119,7 @@ <h3><a name="issues"></a>Bug Reports & Feature Requests</h3>
116
119
< a class ="btn btn-primary shadow mr-2 " href ="https://github.com/git-for-windows/git/issues "
117
120
target ="_blank "> Issue Tracker</ a >
118
121
< br >
119
- < img src ="img/details_contribute.png " class ="rounded float-left " alt ="Git for Windows Logo ">
122
+ < img src ="img/details_contribute.png " class ="rounded float-left img-git-logo " alt ="Git for Windows Logo ">
120
123
< h3 > < span class ="gittext "> Git for Windows SDK</ span > : Contributing Code</ h3 >
121
124
< p > The < i > Git for Windows SDK</ i > is a build environment that includes all the tools necessary for
122
125
developers who want to contribute by writing code for Git for Windows.</ p >
@@ -130,20 +133,16 @@ <h3><span class="gittext">Git for Windows SDK</span> : Contributing Code</h3>
130
133
href =" https://github.com/git-for-windows/git-for-windows.github.io "> Repository</ a > .</ p >
131
134
</ div >
132
135
</ section >
133
-
134
- </ div >
135
- </ div >
136
-
137
136
< footer id ="dk-footer " class ="dk-footer ">
138
- < div class ="copyright ">
137
+ < div class ="footer ">
139
138
< div class ="container ">
140
139
< div class ="row ">
141
140
< div class ="col-md-6 ">
142
141
< span > Copyright © 2020 Johannes Schindelin and contributors. All rights reserved.</ span >
143
142
</ div >
144
143
<!-- End Col -->
145
144
< div class ="col-md-6 ">
146
- < div class ="copyright -menu ">
145
+ < div class ="footer -menu ">
147
146
< ul >
148
147
< li >
149
148
< a href ="https://github.com/git-for-windows/git/releases/ "> All Releases</ a >
@@ -158,13 +157,14 @@ <h3><span class="gittext">Git for Windows SDK</span> : Contributing Code</h3>
158
157
</ ul >
159
158
</ div >
160
159
</ div >
161
- <!-- End col -->
162
160
</ div >
163
- <!-- End Row -->
164
161
</ div >
165
- <!-- End Copyright Container -->
166
162
</ div >
167
163
</ footer >
164
+ <!-- JavaScript files-->
165
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.slim.min.js "> </ script >
166
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/js/bootstrap.bundle.min.js "> </ script >
167
+ < script src ="https://cdn.linearicons.com/free/1.0.0/svgembedder.min.js "> </ script >
168
168
</ body >
169
169
170
170
</ html >
0 commit comments