summaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/view-models/welcome/slide6.html
blob: 22006f7f82948a82693d8ba8a6885bab79936387 (plain)
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
<div class="slide" id="slide-6">
    <div class="asdc-welcome-frame frame-06">

        <div class="asdc-welcome-cover"></div>
        <div class="asdc-welcome-main">

            <div class="asdc-welcome-main-title">ASDC</div>
            <div class="asdc-welcome-main-message">
                jump starting your network solutions.
            </div>
            <div class="asdc-welcome-main-back-btn-ph">
                <a class="asdc-welcome-main-back-btn" ui-sref="dashboard">Home</a>
            </div>
        </div>

        <div class="asdc-welcome-footer">
            © 2016 AT&T Intellectual Property.© 2016 AT&T Intellectual Property. link. This link will open a new
            window This link will open a new window All rights reserved.
            <br/>
            AT&T, Globe logo, Mobilizing Your World and DIRECTV are registered trademarks of AT&T Intellectual
            Property and/or AT&T affiliated companies. All other marks are the property of their respective owners.

        </div>

    </div>
</div>