-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 1.3 KB
/
index.html
File metadata and controls
34 lines (31 loc) · 1.3 KB
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
---
layout: default
js:
- vendor/jquery.adaptive-backgrounds.min
- home
---
<div class="home">
<section class="banner" data-adaptive-background='1' data-ab-css-background='1'>
<div class="wrapper">
<h1 style="text-shadow: 2px 3px 30px rgb(34, 34, 34);">{{ site.title }}</h1>
<p>{{ site.description }}</p>
</div>
</section>
<div class="wrapper">
<div>
<h2>Get Involved</h2>
<p>Work has transitioned to the new T3 Innovation Network, an initiative led by the US Chamber of Commerce Foundation</p>
<a href="https://www.uschamberfoundation.org/t3-innovation">T3 Innovation Network</a>
<hr />
<h2>Data</h2>
<p>Our Open Skills Project publishes standardized job titles, skills, and training outcomes to provide the foundation of a more <em>open, connected and interoperable</em> workforce data ecosystem.</p>
<a href="/data/">Explore Data</a>
<hr />
<h2>Skills-ML</h2>
<p>Skills-ML is an open-source Python library for developing and analyzing skills and competencies from unstructured text.</p>
<a href="/skills-ml/">Read More about Skills-ML</a>
</div>
<div>
<a class="twitter-timeline" href="https://twitter.com/data_at_work">Tweets by data_at_work</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>