6
6
< title > Git for Windows</ title >
7
7
< meta name ="description " content ="We bring the awesome Git VCS to Windows ">
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9
+ <!-- Bootstrap CSS-->
10
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/css/bootstrap.min.css ">
9
11
< link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700 ">
10
- < link rel =" stylesheet " href =" css/pack.css " >
12
+ <!-- Custom Stylesheet -- >
11
13
< link rel ="shortcut icon " href ="favicon.ico ">
14
+ < link rel ="stylesheet " href ="css/style.css ">
12
15
<!--[if lt IE 9]>
13
16
<script src="js/html5shiv.js"></script>
14
17
<script src="js/respond.js"></script>
15
18
<![endif]-->
16
19
</ head >
17
20
< body >
18
- < header >
19
- < nav class ="content ">
20
- < a href ="index.html "> < h1 class ="gittext lowercase "> Git< span > for Windows</ span > </ h1 > </ a >
21
- < div class ="version "> < 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 "> Version 2.33.1</ a > </ div >
22
- < ul class ="list-unstyled ">
23
- < li > < a style ="font-weight:bold " href ="https://github.com/git-for-windows/git/wiki/FAQ " target ="_blank "> FAQ</ a > </ li >
24
- < li > < a href ="https://github.com/git-for-windows/git " target ="_blank "> Repository</ a > </ li >
25
- < li > < a href ="https://groups.google.com/group/git-for-windows " target ="_blank "> Mailing List</ a > </ li >
21
+ <!-- navbar -->
22
+ < nav class ="navbar navbar-light navbar-expand-lg fixed-top shadow-sm bg-white ">
23
+ < a href ="index.html " class ="navbar-brand "> < h1 class ="gittext lowercase "> Git< span > for Windows</ span > </ h1 > </ a >
24
+ < button type ="button " data-toggle ="collapse " data-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="Toggle navigation " class ="navbar-toggler "> < span class ="navbar-toggler-icon "> </ span > </ button >
25
+ < div id ="navbarSupportedContent " class ="collapse navbar-collapse ">
26
+ < ul class ="navbar-nav ml-auto ">
27
+ < li class ="nav-item "> < a style ="font-weight:bold " href ="https://github.com/git-for-windows/git/wiki/FAQ " target ="_blank " class ="nav-link "> FAQ</ a > </ li >
28
+ < li class ="nav-item "> < a href ="https://github.com/git-for-windows/git " target ="_blank " class ="nav-link "> Repository</ a > </ li >
29
+ < li class ="nav-item "> < a href ="https://groups.google.com/group/git-for-windows " target ="_blank " class ="nav-link "> Mailing List</ a > </ li >
26
30
</ 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 >
34
+ </ div >
27
35
</ nav >
28
36
< section class ="content feature ">
29
37
< div class ="imagerollover ">
@@ -40,7 +48,6 @@ <h2>We bring the awesome <span class="gittext">Git</span> SCM to Windows</h2>
40
48
</ div >
41
49
</ article >
42
50
</ section >
43
- </ header >
44
51
< section class ="details ">
45
52
< article >
46
53
< h2 > Tools & Features</ h2 >
0 commit comments