-
Notifications
You must be signed in to change notification settings - Fork 92
/
index.html
59 lines (58 loc) · 2.66 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
---
layout: default
top_nav: home
---
<div id="home-container" class="inner-container padded">
<div class="-row">
<div class="-col4 padded">
<a class="home-blog-container" href="/engineering/">
<img class="home-blog-hero" src="/images/home/engineering.svg" alt="Engineering" /><br/>
<img class="home-divider" src="/images/home/divider.svg" alt="divider" />
<h2>Engineering</h2>
<p>Keep tabs on what Stack Overflow's engineering team does to keep the world's largest developer community up and running.</p>
</a>
</div>
<div class="-col4">
<a class="home-blog-container" href="http://www.stackoverflow.blog/code-for-a-living">
<img class="home-blog-hero" src="/images/home/code-for-a-living.svg" alt="Code for a Living" /><br/>
<img class="home-divider" src="/images/home/divider.svg" alt="divider" />
<h2>Code For A Living</h2>
<p>Programmers are writing the script of the future. We’re here to help them at every stage of their careers.</p>
</a>
</div>
<div class="-col4">
<a class="home-blog-container" href="https://www.stackoverflowbusiness.com/blog">
<img class="home-blog-hero" src="/images/home/talent.svg" alt="Talent" /><br/>
<img class="home-divider" src="/images/home/divider.svg" alt="divider" />
<h2>Talent</h2>
<p>The Developer Hiring Blog is your go-to place for learning how to recruit and hire tech talent.</p>
</a>
</div>
</div>
<div class="-row">
<div class="-col4 padded">
<a class="home-blog-container" href="/company/">
<img class="home-blog-hero" src="/images/home/company.svg" alt="Company" /><br/>
<img class="home-divider" src="/images/home/divider.svg" alt="divider" />
<h2>Company</h2>
<p>Find the latest news about what we're doing at Stack Overflow from product launches to big hires and more.</p>
</a>
</div>
<div class="-col4">
<a class="home-blog-container" href="/tags/podcasts/">
<img class="home-blog-hero" src="/images/home/podcasts.svg" alt="Podcast" /><br/>
<img class="home-divider" src="/images/home/divider.svg" alt="divider" />
<h2>Podcast</h2>
<p>The Stack Overflow Podcast lets you listen in on discussions and decisions concerning the world's largest developer community.</p>
</a>
</div>
<div class="-col4">
<a class="home-blog-container" href="/speakers/">
<img class="home-blog-hero" src="/images/home/speakers.svg" alt="Speakers"/><br/>
<img class="home-divider" src="/images/home/divider.svg" alt="divider" />
<h2>Speakers</h2>
<p>Stack Overflow is run by talented individuals with fascinating stories to tell including insights into engineering, design, marketing, and community.</p>
</a>
</div>
</div>
</div>