|
|
|
@ -44,7 +44,8 @@ function Home() {
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
<main>
|
|
|
|
|
<div className="container margin-vert--xl">
|
|
|
|
|
<div className="padding-vert--xl">
|
|
|
|
|
<div className="container">
|
|
|
|
|
<div className="row">
|
|
|
|
|
<div className="col col--10 col--offset-1">
|
|
|
|
|
<h2 className="text--center margin-bottom--xl">
|
|
|
|
@ -77,8 +78,8 @@ function Home() {
|
|
|
|
|
<div className="col">
|
|
|
|
|
<h3>Practical Algorithm Tips</h3>
|
|
|
|
|
<p>
|
|
|
|
|
Practical tips for every algorithm topic - common techniques
|
|
|
|
|
and corner cases to look out for.
|
|
|
|
|
Practical tips for every algorithm topic - common
|
|
|
|
|
techniques and corner cases to look out for.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="col">
|
|
|
|
@ -99,7 +100,9 @@ function Home() {
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="container margin-vert--xl">
|
|
|
|
|
</div>
|
|
|
|
|
<div className={styles.sectionAlt}>
|
|
|
|
|
<div className="container padding-vert--xl">
|
|
|
|
|
<div className="row">
|
|
|
|
|
<div className="col col--6 col--offset-3">
|
|
|
|
|
<div className="margin-vert--lg text--center">
|
|
|
|
@ -112,7 +115,9 @@ function Home() {
|
|
|
|
|
<img className="avatar__photo" src={user.thumbnail} />
|
|
|
|
|
<div className="avatar__intro">
|
|
|
|
|
<h4 className="avatar__name">{user.name}</h4>
|
|
|
|
|
<small className="avatar__subtitle">{user.title}</small>
|
|
|
|
|
<small className="avatar__subtitle">
|
|
|
|
|
{user.title}
|
|
|
|
|
</small>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -124,6 +129,7 @@ function Home() {
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|
</Layout>
|
|
|
|
|
);
|
|
|
|
|