-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
51 lines (43 loc) · 2.81 KB
/
footer.html
File metadata and controls
51 lines (43 loc) · 2.81 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!-- Save this as footer.html -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6 footer-info">
<h3>Miss Factorial Academy</h3>
<p><b>AI Consultancy Meets Education</b></p>
<p>Equipping teams to integrate AI solutions and make data-driven decisions through tailored, hands-on training built around your business goals.</p>
<div class="social-links mt-3">
<a href="https://www.tiktok.com/@missfactorial" class="tiktok" target="_blank"><i class="bx bxl-tiktok"></i></a>
<a href="https://www.twitch.tv/missfactorial" class="twitch" target="_blank"><i class="bx bxl-twitch"></i></a>
<a href="https://www.youtube.com/@MissFactorialAcademy" class="youtube" target="_blank"><i class="bx bxl-youtube"></i></a>
<a href="https://www.instagram.com/missfactorial" class="instagram" target="_blank"><i class="bx bxl-instagram"></i></a>
<a href="https://github.com/missfactorial" class="github" target="_blank"><i class="bx bxl-github"></i></a>
<a href="https://www.linkedin.com/company/missfactorial/" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
<div class="col-lg-1 col-md-6 footer-newsletter">
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="services/custom-ai-training.html">Custom AI Training for Business Teams</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services/packaged-ai-services.html">Packaged AI Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services/ai-advisory.html">AI Advisory: 1:1 Sessions</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services/on-demand-courses.html">On-Demand Courses</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services/data-literacy-outreach.html">Data Literacy Outreach</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services/resource-center.html">Resource Center</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a class="nav-link scrollto" href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a class="nav-link scrollto" href="#services">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a class="nav-link scrollto" href="#team">About Us</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer><!-- End Footer -->