-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
599 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
<!DOCTYPE html> | ||
<html lang="gl"> | ||
|
||
<head> | ||
|
||
<title>Ofimática</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | ||
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> | ||
<!-- Bootstrap CSS --> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<div class="jumbotron"> | ||
<h1>Ofimática</h1> | ||
<h2>1º FP Básica</h2> | ||
</div> | ||
<!-- Columnas --> | ||
<div class="row"> | ||
<div class="col-sm-4"> | ||
<h3>1º trimestre</h3> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</p> | ||
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...</p> | ||
</div> | ||
<div class="col-sm-4"> | ||
<h3>Adjective</h3> | ||
<table class="table table-hover"> | ||
<tbody> | ||
<tr> | ||
<td>get through</td> | ||
<td>conectar</td> | ||
</tr> | ||
<tr> | ||
<td>put forward </td> | ||
<td>pasar</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<div class="col-sm-4"> | ||
<h3>Verb</h3> | ||
<table class="table table-striped"> | ||
<tbody> | ||
<tr> | ||
<td>get through</td> | ||
<td>conectar</td> | ||
</tr> | ||
<tr> | ||
<td>put forward </td> | ||
<td>pasar</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
<!-- fin das columnas --> | ||
|
||
<div class="col-lg-1-12"> | ||
aí abaixo vai un jumbotron aí abaixo vai un jumbotron aí abaixo vai un jumbotron aí abaixo vai un jumbotron aí abaixo vai un jumbotron aí abaixo vai un jumbotron aí abaixo vai un jumbotron ======= | ||
</div> | ||
<h1>Hello, world!</h1> | ||
|
||
<!-- coña do carrusel--> | ||
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> | ||
<ol class="carousel-indicators"> | ||
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li> | ||
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li> | ||
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li> | ||
</ol> | ||
<div class="carousel-inner"> | ||
<div class="carousel-item active"> | ||
<img class="d-block w-100" src="imaxes/cervo.jpg" alt="First slide"> | ||
</div> | ||
<div class="carousel-item"> | ||
<img class="d-block w-100" src="imaxes/sombrilla.jpg" alt="Second slide"> | ||
</div> | ||
<div class="carousel-item"> | ||
<img class="d-block w-100" src="imaxes/torno.jpg" alt="Third slide"> | ||
</div> | ||
</div> | ||
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev"> | ||
<span class="carousel-control-prev-icon" aria-hidden="true"></span> | ||
<span class="sr-only">Previous</span> | ||
</a> | ||
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next"> | ||
<span class="carousel-control-next-icon" aria-hidden="true"></span> | ||
<span class="sr-only">Next</span> | ||
</a> | ||
</div> | ||
<!-- fin do carrusel--> | ||
|
||
|
||
|
||
<div class="jumbotron jumbotron-fluid"> | ||
<h1>Bootstrap Tutorial</h1> | ||
<p>Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile-first projects on the web.</p> | ||
</div> | ||
|
||
<p>This is some text.</p> | ||
<p>This is another text.</p> | ||
|
||
|
||
<!-- Páxinas en cadriños--> | ||
<div class="container"> | ||
<h2>Pagination - Active State</h2> | ||
<p>Add class .active to let the user know which page he/she is on:</p> | ||
<ul class="pagination"> | ||
<li class="page-item"><a class="page-link" href="#">Previous</a></li> | ||
<li class="page-item"><a class="page-link" href="#">1</a></li> | ||
<li class="page-item active"><a class="page-link" href="#">2</a></li> | ||
<li class="page-item"><a class="page-link" href="#">3</a></li> | ||
<li class="page-item"><a class="page-link" href="#">Next</a></li> | ||
</ul> | ||
</div> | ||
<!-- fin Páxinas en cadriños--> | ||
|
||
</div> | ||
<!-- fin container inicial--> | ||
|
||
|
||
<!-- Optional JavaScript --> | ||
<!-- jQuery first, then Popper.js, then Bootstrap JS --> | ||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.