-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (183 loc) · 6.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Tech Trends</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script src="https://d3js.org/d3.v6.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XVY2NEYQ3F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XVY2NEYQ3F');
</script>
</head>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Tech Trends</a></li>
<li><a href="#frontend">Front-end Frameworks</a></li>
<li><a href="#dataLayer">Data Layer</a></li>
<li><a href="#backend">Back-end Frameworks</a></li>
<li><a href="#testing">Testing</a></li>
<li><a href="#build">Build Tools</a></li>
<li><a href="#mobile">Mobile & Desktop</a></li>
<li><a href="#flavors">JavaScript Flavors</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>Tech Trends</h1>
<p>Graphical analysis tool for the popularity of languages, libraries and tools based on data from <a href="https://stackoverflow.com/">StackOverflow</a>.</p>
</div>
</section>
<section class="wrapper style2 spotlights">
<p class="explanation">The categories below were taken from the <a href="https://2020.stateofjs.com/en-US/technologies/">State of JS</a> survey.</p>
<p class="explanation">Note that the charts have different scales depending on the popularity of the observed category.</p>
</section>
<!-- One -->
<section id="frontend" class="wrapper style2 spotlights">
<section>
<div class="contentmobile">
<div class="inner">
<h2>Front-end Frameworks</h2>
</div>
</div>
<div class="image" id="frontFrameworksSvg"></div>
<div class="content">
<div class="inner">
<h2>Front-end Frameworks</h2>
</div>
</div>
</section>
</section>
<section id="dataLayer" class="wrapper style2 spotlights">
<section>
<div class="contentmobile">
<div class="inner">
<h2>Data Layer</h2>
</div>
</div>
<div class="image" id="dataLayersSvg"></div>
<div class="content">
<div class="inner">
<h2>Data Layer</h2>
</div>
</div>
</section>
</section>
<section id="backend" class="wrapper style2 spotlights">
<section>
<div class="contentmobile">
<div class="inner">
<h2>Back-end Frameworks</h2>
</div>
</div>
<div class="image" id="backendFrameworksSvg"></div>
<div class="content">
<div class="inner">
<h2>Back-end Frameworks</h2>
</div>
</div>
</section>
</section>
<section id="testing" class="wrapper style2 spotlights">
<section>
<div class="contentmobile">
<div class="inner">
<h2>Testing</h2>
</div>
</div>
<div class="image" id="testingSvg"></div>
<div class="content">
<div class="inner">
<h2>Testing</h2>
</div>
</div>
</section>
</section>
<section id="build" class="wrapper style2 spotlights">
<section>
<div class="contentmobile">
<div class="inner">
<h2>Build Tools</h2>
</div>
</div>
<div class="image" id="buildToolsSvg"></div>
<div class="content">
<div class="inner">
<h2>Build Tools</h2>
</div>
</div>
</section>
</section>
<section id="mobile" class="wrapper style2 spotlights">
<section>
<div class="contentmobile">
<div class="inner">
<h2>Mobile & Desktop</h2>
</div>
</div>
<div class="image" id="mobileAndDesktopSvg"></div>
<div class="content">
<div class="inner">
<h2>Mobile & Desktop</h2>
</div>
</div>
</section>
</section>
<section id="flavors" class="wrapper style2 spotlights">
<section>
<div class="contentmobile">
<div class="inner">
<h2>JavaScript Flavors</h2>
</div>
</div>
<div class="image" id="flavorsSvg"></div>
<div class="content">
<div class="inner">
<h2>JavaScript Flavors</h2>
</div>
</div>
</section>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="icons">
<li><a href="http://aserg.labsoft.dcc.ufmg.br/" class="icon solid fa-globe"><span class="label">aserg website</span> aserg</a></li>
<li><a href="https://github.com/aserg-ufmg/techtrends" class="icon brands fa-github"> Tech Trends<span class="label">GitHub repo</span></a></li>
<br>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="scripts.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>