Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/Edoardo-B-Leiva/TSMR…
Browse files Browse the repository at this point in the history
…2_INGBAW_coll_page into development
  • Loading branch information
sergi1307 committed Feb 5, 2024
2 parents ca6c941 + e84fbff commit 323823c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 12 deletions.
34 changes: 28 additions & 6 deletions styles/subjects.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body {
height: 100%;
margin: 0;

}
#content-body {
display: grid;
Expand Down Expand Up @@ -33,7 +34,7 @@ body {
grid-column: 1/5;
margin:0% 0% 0% 0%;
height: auto;
}
}
.subject-container{
display: flex;
width: 100%;
Expand All @@ -42,7 +43,6 @@ body {
margin-top:0;
flex-wrap: wrap;
color: black;
background-color: purple;
flex-direction: column;

}
Expand All @@ -63,7 +63,7 @@ body {
width: fit-content;
border: 2px solid #E22636;
border-radius: 10px;
padding: 3px 6px 3px 6px;
padding: 3px 2px 3px 2px;
font-size: 3vh;
letter-spacing: 2px;

Expand All @@ -80,8 +80,13 @@ body {
letter-spacing: 2px;

}

.text{
padding: 10px;
}
h1{
font-size: 6vh;
justify-content: center;
}
.subject-courses{
display: flex;
Expand All @@ -99,20 +104,25 @@ h1{
.subjects-first{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
background-color: #fcb900;
font-size: 4vh;
width: 100%
width: 50%;
justify-content: center;
align-items: center;
text-decoration: none;

}
.subjects-second{

display: flex;
flex-direction: column;
background-color: #262524;
font-size: 4vh;
width:100%;
width:50%;
color: white;
flex-wrap: nowrap;
align-items: center;
text-decoration: none;
}
.first{
display: flex;
Expand All @@ -121,3 +131,15 @@ h1{
width: 50%;

}
.subject-courses-info{
display: flex;
justify-content: center;
flex-wrap: wrap;
height: auto;
width: 100%;
}
a:hover{
cursor: pointer;
color: #E22636;
}

38 changes: 32 additions & 6 deletions subjects.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@
<a href="forms.html" target="_blank"
><marquee direction="right" behavior="alternate">JOIN OUR NEWSSELLER <u>NOW!</u></marquee></a>
</nav>

<div id="content-body">
<div class="subject-container">
<div id="subject-title">

<h1>Subjects</h1>
</div>
<div class="subject-intro">
<p> Students hosted in Florida are taught a variety os subjects
<p class="text"> Students hosted in Florida are taught a variety os subjects
that are divided in different kinds of formation. For example,
in 1st of TSMR students are taught subjects involving networks,
in case students want to focus their career in that field.
Expand All @@ -52,29 +54,53 @@ <h1>Subjects</h1>
</p>
</div>
<div class="subject-intro2">
<p> If you want to discover every subject by its own, what are you waiting for?
<p class="text"> If you want to discover every subject by its own, what are you waiting for?
Scroll below and get access to an area plenty of information about the subjects
were you will be able to find out what you will learn in each one of them, and
discover if ITC is the right choice for you.
</p>
</div>
</div>
<div class=subject-courses>
<div class="first">
<h1> SUBJECTS IN 1ST TSMR</h1>
</div>
<h1> SUBJECTS IN 2ND TSMR</h1>
</div>
<div class="subject-courses-info">
<div class="subjects-first">
<p> In 1st of TSMR the following subjects are taught: <br>
⮞ Networks
<p> In 1st of TSMR the following subjects are taught: <br><br>
<ul>
<li><a><abbr title="In this subject we are taught how to use Office apps such as Excel, Word...">Office Software </abbr></a></li>
<li><a><abbr title="We learn how to take care of the computers, and the fundamentals of their anatomy"> Maintenance of equipments</abbr></a> </li>
<li><a><abbr title="In this subject we are taught about Windows in its entirely and the fundamentals of Linux">Operating systems </abbr></a></li>
<li><a><abbr title="In this subject we learn about the different topologies of local networks, and how to build them">Local Networks </abbr></a></li>
<li><a><abbr title="In this subject we learn economy and how to build a promising future">Training and career counseling </abbr></a></li>
<li><a><abbr title="For english, we base the learning in the IT area">English </abbr></a></li>

</p>
</div>
<div class="subjects-second">
<p> In 2nd of TSMR the following subjects are taught: <br>
⮞ Office
<p> In 2nd of TSMR the following subjects are taught: <br><br>
<ul>
<li><a><abbr title="It is taught how to work with Linux, taking a look not only at its graphic mode, but also learning useful commands used in its text interface. Apart from this, this subject also introduces bash scripts.">Operating Systems in Network </abbr></a></li>
<li><a><abbr title="It is learnt how to code in HTML and CSS. During the first half of the year, the basics and fundamentals of HTML are taught, while in the second half CSS is taught almost in its entirely.">Web applications </abbr></a></li>
<li><a><abbr title="The creation of DHCP and DNS servers is learnt in this subject. In the second half of the year, we also learn how to give assistance to remote equipments.">Network services </abbr></a></li>
<li><a><abbr title="We learn how to protect, not only our devices, but bigger devices and entire facilities. It is also learnt about the different security methods that have been implemented throughout these years in the security area.">Security and high availability </abbr></a></li>
<li><a><abbr title="Throughout the year, you will learn how to start a business, some accounting and also how to take into account the different factors that can influence a business.">Initiative and entrepreneurship </abbr></a></li>
<li><a><abbr title="During the second year greater and more difficult aspects of english are taught">English </abbr></a></li>

</ul>







</p>
</div>
</div>

</div>
</div>
Expand Down

0 comments on commit 323823c

Please sign in to comment.