<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8"/>
    <title>Документ без названия</title>
    <link href="css/style.css" rel="stylesheet" type="text/css"/>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
    <!--[if IE]>
    <script type="text/javascript" src="js/PIE.js"></script><![endif]-->
    <script type="text/javascript" src="js/smooth.js"></script>
    <script type="text/javascript" src="js/my.js"></script>
</head>
<body>
<div class="head_fix_wr">
    <div class="head">
        <div class="logo"><a href="#" ></a></div>
        <div class="nav">
            <ul>
                <li><a data-scroll href="#who_we_are">Who we are</a></li>
                <li><a data-scroll href="#products" >Products</a></li>
                <li><a data-scroll href="#for_investors" >For investors</a></li>
                <li><a data-scroll href="#contacts" >Contacts</a></li>
            </ul>
        </div>
    </div>
</div>
<div class="head_wr">
    <div class="head">
        <div class="logo_01"><a href="" ></a></div>
        <div class="nav">
            <ul>
                <li><a data-scroll href="#who_we_are">Who we are</a></li>
                <li><a data-scroll href="#products" >Products</a></li>
                <li><a data-scroll href="#for_investors" >For investors</a></li>
                <li><a data-scroll href="#contacts" >Contacts</a></li>
            </ul>
        </div>
    </div>
</div>
<div id="who_we_are" class="wwa_wr">
    <div class="wwa">
        <div class="wwa_cont">
            <div class="wwa_t_wr">
                <h1 class="h101">We bring technology <span>to families</span></h1>
            </div>
            <h3 class="h301">We are a startup company whose aim it is to bring <span>technology to families</span>, which will facilitate every day activities for the caregiver.</h3>
            <p>We are loving fathers and sons ourselves, what gives us understanding of things need to be simplified. We are creative and technologically advanced, what gives us tools to realize our ideas.</p>
        </div>
    </div>
</div>
<div id="products" class="products_wr">
    <div class="products">
        <h2 class="h201">Products</h2>
        <p>Currently we are working on three devices, which we believe
            will improve parenting experience and dramatically decrease
            the psychological workload of young parents. This section will
            be continuously updated with the progress on the development
            of the first prototypes.</p>
    </div>
</div>
<div id="for_investors" class="f_inv_wr">
    <div class="f_inv">
        <div class="f_inv_cont">
            <h2 class="h202"><span>For investors</span></h2>
            <p>We do not provide any information for investors directly through our site. However, we are more than happy to present our ideas in personal meeting upon request. If you are looking
                for investment opportunity and would like to arrange a meeting, please</p>
            <div class="contact"><a href="#" >contact us</a></div>
        </div>
    </div>
</div>
<div class="team">
    <h2 class="h203"><span>Our team</span></h2>

    <div class="team_01">
        <ul>
            <li>
                <div class="item_img"><img src="images/f_1.jpg" alt=""/></div>
                <div class="f_name">Andrey</div>
                <div class="s_name">Khayrullaev</div>
                <div class="post">CEO</div>
            </li>
            <li>
                <div class="item_img"><img src="images/f_2.jpg" alt=""/></div>
                <div class="f_name">Alexandr</div>
                <div class="s_name">Levchenko</div>
                <div class="post">Senior Designer</div>
            </li>
            <li>
                <div class="item_img"><img src="images/f_3.jpg" alt=""/></div>
                <div class="f_name">Evgene</div>
                <div class="s_name">Borodin</div>
                <div class="post">Chief Engineer</div>
            </li>
        </ul>
    </div>
    <div class="team_02">
        <ul>
            <li>
                <div class="item_img"><img src="images/f_4.jpg" alt=""/></div>
                <div class="f_name">Michał</div>
                <div class="s_name">Mierzwa</div>
                <div class="post">Owner</div>
            </li>
            <li>
                <div class="item_img"><img src="images/f_5.jpg" alt=""/></div>
                <div class="f_name">Roman</div>
                <div class="s_name">Erohnovich</div>
                <div class="post">Art Director</div>
            </li>
            <li>
                <div class="item_img"><img src="images/f_6.jpg" alt=""/></div>
                <div class="f_name">Rodrigo</div>
                <div class="s_name">Corral</div>
                <div class="post">Art Director</div>
            </li>
            <li>
                <div class="join">Join us <span>...</span></div>
            </li>
        </ul>
    </div>
</div>
<div id="contacts" class="for_any">
    <div class="title_wr">
        <h2 class="h204">For any questions or concerns, <span>please feel free to contact us:</span></h2>
    </div>
    <div class="form_wr">
        <form action="" id="form_act" method="post">
            <div class="container">
                <div class="col_01">
                    <div class="Name i_wr"><input type="text" placeholder="You forgot to add your email" name="data[name]" value="Name"/></div>
                    <div class="Subject i_wr"><input type="text" placeholder="How about subject bro?" name="data[subject]" value="Subject"/></div>
                </div>
                <div class="col_02">
                    <div class="Text t_wr"><textarea name="data[text]" placeholder="Hey bro, fill in some text, we don't like empty messages">Text</textarea></div>
                </div>
            </div>
            <div class="send"><a href="#" id="send_form" >SEND</a></div>
        </form>
    </div>
</div>
<div class="foot_wr">
    <div class="footer">
        <div class="foot_logo"><a href="#" ></a></div>
        <div class="cop">Copyright © 2014 Daatrics. All rights reserved.</div>
    </div>
</div>
<div class="popup_wr">
    <div class="tr_bg"></div>
    <div class="popup">We received your message</div>
</div>
</body>
</html>        
© TrueDev.org