4
4
< head >
5
5
< meta charset ="UTF-8 ">
6
6
< meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
8
< title > uHost</ title >
8
9
< link rel ="shortcut icon " href ="../favicon.png ">
9
10
< link href ="https://fonts.googleapis.com/css?family=Montserrat:400,700 " rel ="stylesheet ">
15
16
<!-- ----------------- Navigation Bar ------------------- -->
16
17
< div class ="backdrop "> </ div >
17
18
< header class ="main-header ">
18
- < div class ="brand-name ">
19
- < a href ="../index.html " class ="main-header__brand ">
20
- < img src ="../images/uhost-icon.png " alt ="uHost ">
21
- </ a >
22
- </ div >
23
- < nav class ="main-nav ">
24
- < ul class ="main-nav__items ">
25
- < li class ="main-nav__item ">
26
- < a href ="index.html "> Packages</ a >
27
- </ li >
28
- < li class ="main-nav__item ">
29
- < a href ="../customers/index.html "> Customers</ a >
30
- </ li >
31
- < li class ="main-nav__item main-nav__item--cta ">
32
- < a href ="../start-hosting/index.html "> Start Hosting</ a >
33
- </ li >
34
- </ ul >
35
- </ nav >
19
+ < div >
20
+ < button class ="toggle-button ">
21
+ < span class ="toggle-button__bar "> </ span >
22
+ < span class ="toggle-button__bar "> </ span >
23
+ < span class ="toggle-button__bar "> </ span >
24
+ </ button >
25
+ < a href ="../index.html " class ="main-header__brand ">
26
+ < img src ="../images/uhost-icon.png " alt ="uHost ">
27
+ </ a >
28
+ </ div >
29
+ < nav class ="main-nav ">
30
+ < ul class ="main-nav__items ">
31
+ < li class ="main-nav__item ">
32
+ < a href ="index.html "> Packages</ a >
33
+ </ li >
34
+ < li class ="main-nav__item ">
35
+ < a href ="../customers/index.html "> Customers</ a >
36
+ </ li >
37
+ < li class ="main-nav__item main-nav__item--cta ">
38
+ < a href ="../start-hosting/index.html "> Start Hosting</ a >
39
+ </ li >
40
+ </ ul >
41
+ </ nav >
42
+
36
43
</ header >
37
44
<!-- -------------------- Ending Here --------------------- -->
45
+ < nav class ="mobile-nav ">
46
+ < ul class ="mobile-nav__items ">
47
+ < li class ="mobile-nav__item ">
48
+ < a href ="packages/index.html "> Packages</ a >
49
+ </ li >
50
+ < li class ="mobile-nav__item ">
51
+ < a href ="packages/index.html "> Customers</ a >
52
+ </ li >
53
+ < li class ="mobile-nav__item mobile-nav__item--cta ">
54
+ < a href ="packages/index.html "> Start Hosting</ a >
55
+ </ li >
56
+ </ ul >
57
+ </ nav >
38
58
< main >
39
59
<!-- ----------------GOAL-------------------- -->
40
60
< section class ="package " id ="plus ">
41
61
< a href ="# ">
42
62
< h1 class ="package__title "> Our PLUS Plan</ h1 >
43
63
< h2 class ="package__badge "> RECOMMENDED</ h2 >
44
64
< h2 class ="package__subtitle "> The most popular choice of our customers.</ h2 >
45
- < p class ="package__info "> Benefit from increased storage and faster support to ensure that your mission-critical data and applications
65
+ < p class ="package__info "> Benefit from increased storage and faster support to ensure that your
66
+ mission-critical data and applications
46
67
are always available!</ p >
47
68
</ a >
48
69
<!-- --------------ENDING--------- -->
@@ -59,7 +80,8 @@ <h2 class="package__subtitle">An extremely solid start into our hosting world.</
59
80
< a href ="# ">
60
81
< h1 class ="package__title "> Our PREMIUM Plan</ h1 >
61
82
< h2 class ="package__subtitle "> All your enterprise needs. Instant support, guaranteed uptime. </ h2 >
62
- < p class ="package__info "> The best solution for small to large enterprises. Because hosting shouldn't be in the way!</ p >
83
+ < p class ="package__info "> The best solution for small to large enterprises. Because hosting shouldn't be
84
+ in the way!</ p >
63
85
</ a >
64
86
</ section >
65
87
</ main >
@@ -75,6 +97,7 @@ <h2 class="package__subtitle">All your enterprise needs. Instant support, guaran
75
97
</ ul >
76
98
</ nav >
77
99
</ footer >
100
+ < script src ="../shared.js "> </ script >
78
101
</ body >
79
102
80
103
</ html >
0 commit comments