-
Notifications
You must be signed in to change notification settings - Fork 1
/
rabot.html
81 lines (71 loc) · 3.48 KB
/
rabot.html
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<script src="includes/head.js"></script>
</head>
<body>
<header id="header" id="home">
<script src="includes/navbar.js"></script>
</header>
<!-- #header -->
<!-- start banner Area -->
<section class="banner-area relative about-banner" id="home">
<div class="overlay overlay-bg"></div>
<div class="container">
<div class="row d-flex align-items-center justify-content-center">
<div class="about-content col-lg-12">
<h1 class="text-white">
Rabot
</h1>
<p class="text-white link-nav"><a href="index.html">Home </a> <span class="lnr lnr-arrow-right"></span> <a href="rabot.html">Rabot</a></p>
</div>
</div>
</div>
</section>
<!-- End banner Area -->
<!-- Start course-details Area -->
<section class="course-details-area pt-120">
<div class="container">
<div class="row">
<div class="col-lg-8 left-contents">
<div class="main-image">
<img class="img-fluid" src="img/m-img.jpg" alt="">
</div>
<div class="jq-tab-wrapper" id="horizontalTab">
<div class="jq-tab-menu">
<div class="jq-tab-title active" data-tab="1">O Projeto</div>
</div>
<div class="jq-tab-content-wrapper">
<div class="jq-tab-content active" data-tab="1">
When you enter into any new area of science, you almost always find yourself with a baffling new language of technical terms to learn before you can converse with the experts. This is certainly true in astronomy both in terms of terms that refer to the
cosmos and terms that describe the tools of the trade, the most prevalent being the telescope.
<br>
<br> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodoconsequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End course-details Area -->
<!-- Start popular-courses Area -->
<section class="popular-courses-area section-gap courses-page"></section>
<!-- End popular-courses Area -->
<!-- CONVITE IEEE -->
<section class="cta-two-area">
<script src="includes/conviteIEEE.js"></script>
</section>
<!-- Fim CONVITE IEEE -->
<!-- FOOTER -->
<footer class="footer-area section-gap">
<script src="includes/footer.js"></script>
</footer>
<!-- Fim FOOTER -->
<!-- SCRIPT JS -->
<script src="includes/script.js"></script>
<!-- Fim SCRIPT JS -->
</body>
</html>