rolaropok / sass-audition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<!doctype html>
<html class="no-js" lang="">

<head>
    <meta charset="utf-8">
    <title>Front End Audition</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="stylesheet" href="dist/audition.css">

    <meta name="theme-color" content="#fafafa">
</head>

<body>

<!-- Add your site or application content here -->
<div class="container">

    <div class="row">
        <div class="col">

            <h1>Front End SASS Audition</h1>

            <p>This is our new dashboard for Honeyfund couples using Bootstrap 4.</p>

            <p>Create the HTML and CSS for the number 2 tile with break points for desktop, tablet and mobile in index.html. <br />
                See the designs for each below.</p>
            <p>
                The font is a Google font Muli: <br/>
                <a href="https://fonts.google.com/specimen/Muli?selection.family=Muli" target="_blank">https://fonts.google.com/specimen/Muli?selection.family=Muli</a>
            </p>

            <p>You can build the css by running the command "npm run dev"</p>

        </div>
    </div>

    <div class="row">
        <div class="col">

            <hr/>

            <h2>Full Design for Desktop</h2>

            <img src="img/img1.png" class="img-fluid">

        </div>
    </div>

    <div class="row">
        <div class="col">

            <hr/>

            <h2>CTA Tile for Desktop</h2>

            <img src="img/img2.png" class="img-fluid">

        </div>
    </div>

    <div class="row">
        <div class="col">

            <hr/>

            <h2>CTA Tile for Tablets</h2>

            <img src="img/img3.png" class="img-fluid">

        </div>
    </div>

    <div class="row">
        <div class="col">

            <hr/>

            <h2>CTA Tile for Mobile</h2>

            <img src="img/img4.png" class="img-fluid">

        </div>
    </div>

</div>

</body>

</html>

About


Languages

Language:CSS 97.1%Language:HTML 2.1%Language:SCSS 0.5%Language:JavaScript 0.3%