17
17
integrity ="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh "
18
18
crossorigin ="anonymous "
19
19
/>
20
+ < link href ="http://fonts.cdnfonts.com/css/qanelas-soft " rel ="stylesheet " />
21
+
20
22
< link
21
- href ="https://fonts.googleapis.com/css ?family=Montserrat|Ubuntu &display=swap "
23
+ href ="https://fonts.googleapis.com/css2 ?family=Open+Sans:wght@400 &display=swap "
22
24
rel ="stylesheet "
23
25
/>
24
-
25
26
< link rel ="stylesheet " href ="{{ site.baseurl }}/assets/css/main.css " />
26
27
27
28
< script
34
35
integrity ="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl "
35
36
crossorigin ="anonymous "
36
37
/>
38
+ < script
39
+ src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
40
+ integrity ="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0 "
41
+ crossorigin ="anonymous "
42
+ > </ script >
43
+ < script
44
+ src ="
https://cdn.jsdelivr.net/npm/@popperjs/[email protected] /dist/umd/popper.min.js "
45
+ integrity ="sha384-KsvD1yqQ1/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTTyNaBYmCR/Nwi "
46
+ crossorigin ="anonymous "
47
+ > </ script >
48
+ < script
49
+ src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.min.js "
50
+ integrity ="sha384-nsg8ua9HAw1y0W1btsyWgBklPnCUAFLuTMS2G72MMONqmOymq585AcH49TLBQObG "
51
+ crossorigin ="anonymous "
52
+ > </ script >
53
+ < link
54
+ rel ="stylesheet "
55
+ href ="
https://cdn.jsdelivr.net/gh/fancyapps/[email protected] /dist/jquery.fancybox.min.css "
56
+ />
57
+ < script src ="
https://cdn.jsdelivr.net/gh/fancyapps/[email protected] /dist/jquery.fancybox.min.js "
> </ script >
58
+ < script
59
+ src ="https://code.jquery.com/jquery-3.2.1.slim.min.js "
60
+ integrity ="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN "
61
+ crossorigin ="anonymous "
62
+ > </ script >
63
+ < script
64
+ src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js "
65
+ integrity ="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q "
66
+ crossorigin ="anonymous "
67
+ > </ script >
68
+ < script
69
+ src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js "
70
+ integrity ="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl "
71
+ crossorigin ="anonymous "
72
+ > </ script >
37
73
</ head >
38
74
< style >
39
75
body {
54
90
< div >
55
91
< h3 class ="hero-section_bold "> What is Nighthawk?</ h3 >
56
92
</ div >
57
- < div >
93
+ < div class =" -text " >
58
94
< p class ="text ">
59
95
Nighthawk is growing in popularity, but the core project only builds
60
96
to one architecture / one Docker image. Recently, Nighthawk is being
@@ -67,12 +103,12 @@ <h3 class="hero-section_bold">What is Nighthawk?</h3>
67
103
</ div >
68
104
</ article >
69
105
< article class ="whyGetnighthawk ">
70
- < div class =" whyGetnighthawk-bold " >
71
- < h4 > Why GetNighthawk?</ h4 >
106
+ < div >
107
+ < h4 class =" whyGetnighthawk-bold " > Why GetNighthawk?</ h4 >
72
108
</ div >
73
109
74
110
< div >
75
- < p class ="text ">
111
+ < p class ="text2 ">
76
112
Nighthawk is growing in popularity, but the core project only builds
77
113
to one architecture / one Docker image. Recently, Nighthawk is being
78
114
improved so that it can be horizontally scalable - such that multiple
@@ -89,15 +125,18 @@ <h4>Why GetNighthawk?</h4>
89
125
src ="{{ site.baseurl }}/assets/images/nighthawk-meshery.png "
90
126
alt ="nighthawk-meshery "
91
127
object-fit ="cover "
128
+
92
129
/>
93
130
</ figure >
94
- < figure class ="figbox " >
131
+ < figure class ="figbox2 " >
95
132
< img
96
133
src ="{{ site.baseurl }}/assets/images/latency-at-scale.png "
97
134
alt ="latency-at-scale "
98
135
object-fit ="cover "
136
+
99
137
/>
100
138
</ figure >
101
139
</ div >
102
140
</ section >
141
+ '/'
103
142
</ html >
0 commit comments