|
8 | 8 | <!-- Don't forget to add your metadata here -->
|
9 | 9 | <link rel='stylesheet' href='css/style.css' />
|
10 | 10 | <link rel="stylesheet" href="css/animate.min.css">
|
| 11 | + <script src="https://kit.fontawesome.com/8ba1cb7127.js"></script> |
| 12 | + |
| 13 | + |
| 14 | + <script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.js"></script> |
11 | 15 | </head>
|
12 | 16 | <body>
|
13 | 17 | <!-- Hero(extended) navbar -->
|
@@ -109,52 +113,25 @@ <h2 class="expanded__title">Your efforts, is our pride</h2>
|
109 | 113 | </div>
|
110 | 114 | </div>
|
111 | 115 | </div>
|
112 |
| - <!-- Call To Action --> |
113 |
| - <div class="cta cta--reverse"> |
114 |
| - <div class="container"> |
115 |
| - <div class="cta__inner"> |
116 |
| - <h2 class="cta__title">Get started now</h2> |
117 |
| - <p class="cta__sub cta__sub--center">Get started with your prefered products, presented by the team of TWB</p> |
118 |
| - <a href="#" class="button button__accent">Download Section</a> |
119 |
| - </div> |
120 |
| - </div> |
121 |
| - </div> |
| 116 | + |
122 | 117 | <!-- Footer -->
|
123 | 118 | <div class="footer footer--dark">
|
124 | 119 | <div class="container">
|
125 | 120 | <div class="footer__inner">
|
126 |
| - <a href="index.html" class="footer__textLogo">Website is still under production</a> |
127 |
| - <div class="footer__data"> |
128 |
| - <div class="footer__data__item"> |
129 |
| - <div class="footer__row"> |
130 |
| - Worked by <a href="https://twitter.com/adarshrise20" target="_blank" class="footer__link">Adarsh Kumar</a> |
131 |
| - </div> |
132 |
| - <div class="footer__row"> |
133 |
| - Suppported by <a href="https://twitter.com/_abhishekkumarr" target="_blank" class="footer__link">Abhishek Kumar</a> |
134 |
| - </div> |
135 |
| - |
136 |
| - <div class="footer__row"> |
137 |
| - Inspired by <a href="https://twitter.com/abhijitp14" target="_blank" class="footer__link">Abhijit Panigrahi</a> |
138 |
| - </div> |
139 |
| - </div> |
140 |
| - <div class="footer__data__item"> |
141 |
| - <div class="footer__row">Created for Inspiration <a href="#" target="_blank" class="footer__link">The Working Bros</a> |
142 |
| - </div> |
143 |
| - </div> |
144 |
| - <div class="footer__data__item"> |
145 |
| - <div class="footer__row"> |
146 |
| - <a href="https://github.com/RisingLight" target="_blank" class="footer__link">GitHub</a> |
147 |
| - </div> |
148 |
| - <div class="footer__row"> |
149 |
| - <a href="https://twitter.com/working_bros" target="_blank" class="footer__link">Twitter</a> |
150 |
| - </div> |
151 |
| - <div class="footer__row"> |
152 |
| - <a href="https://www.facebook.com/workingbros/" target="_blank" class="footer__link">Facebook</a> |
153 |
| - </div> |
154 |
| - <div class="footer__row"> |
155 |
| - <a href=" #" class=" footer__link" >[email protected]</a> |
156 |
| - </div> |
157 |
| - </div> |
| 121 | + <div class="icon-bar"> |
| 122 | + <a href=""onclick="window.open('https://www.facebook.com/workingbros/','_blank')" class="icons"> |
| 123 | + <i class="fab fa-facebook fa-2x"></i> |
| 124 | + </a> |
| 125 | + <a href=""onclick="window.open('https://github.com/RisingLight','_blank')" class="icons"> |
| 126 | + <i class="fab fa-github fa-2x"></i> |
| 127 | + </a> |
| 128 | + |
| 129 | + <a href=""onclick="window.open('https://twitter.com/working_bros','_blank')" class="icons"> |
| 130 | + <i class="fab fa-twitter fa-2x"></i> |
| 131 | + </a> |
| 132 | + |
| 133 | + </div><br> |
| 134 | + <p>Made with <span style="color: red">❤</span> by The Working Bros Team.</p> |
158 | 135 | </div>
|
159 | 136 | </div>
|
160 | 137 | </div>
|
|
0 commit comments