<!DOCTYPE html>
|
|
<html lang="es" xmlns:sec="http://www.thymeleaf.org/extras/spring-security">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="title" content="Ask online Form">
|
|
<meta name="description" content="The Ask is a bootstrap design help desk, support forum website template coded and designed with bootstrap Design, Bootstrap, HTML5 and CSS. Ask ideal for wiki sites, knowledge base sites, support forum sites">
|
|
<meta name="keywords" content="HTML, CSS, JavaScript,Bootstrap,js,Forum,webstagram ,webdesign ,website ,web ,webdesigner ,webdevelopment">
|
|
<meta name="robots" content="index, nofollow">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="language" content="Spain">
|
|
<title>Foro Gruas</title>
|
|
<link rel="stylesheet" th:href="@{/css/bootstrap.css}">
|
|
<link rel="stylesheet" th:href="@{/css/style.css}">
|
|
<link rel="stylesheet" th:href="@{/css/font-awesome.min.css}">
|
|
</head>
|
|
|
|
<body>
|
|
<header th:replace="~{menu/menu :: mimenu}"></header>
|
|
|
|
<!--======= welcome section on top background=====-->
|
|
<section class="welcome-part-one">
|
|
<div class="container">
|
|
<div class="welcome-demop102 text-center">
|
|
<h2>Welcome to FOROGRUAS, Awesome Questions & Answer Template</h2>
|
|
<p>Bienvenido a ForoGruas un foro donde podes hacer preguntas de todo tipo.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<!-- ======content section/body=====-->
|
|
<section class="main-content920">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-9">
|
|
<div id="main">
|
|
<input id="tab1" type="radio"checked>
|
|
<input id="tab2">
|
|
<input id="tab3">
|
|
<input id="tab4">
|
|
<input id="tab5">
|
|
<section id="content1">
|
|
<!--Recent Question Content Section -->
|
|
<div class="question-type2033" th:each="Foro: ${listaForo}">
|
|
<div class="row">
|
|
<div class="col-md-5">
|
|
<div class="right-description893">
|
|
<div id="que-hedder2983">
|
|
<h3><a th:href="@{/postdetall/{id}(id=${Foro.id})}" target="_blank" th:text="${Foro.titulo}">How Did You Hear About This Position?</a></h3> </div>
|
|
<div class="ques-details10018">
|
|
<p th:text="${Foro.descripcion}">Wouldn’t it be great if you knew exactly what questions a hiring manager would be asking you in your next job interview?
|
|
We can’t read minds, unfortunately, but we’ll give you the next best thing: a list of more than 40 of the most commonly asked interview questions, along with advice for answering them all.
|
|
|
|
While we don’t recommend having a canned response for every interview question (in fact, please don’t), we do recommend spending some time getting comfortable with what you might be asked, what hiring managers are really looking for in your responses, and what it takes to show that you’re the right person for the job.</p>
|
|
</div>
|
|
<hr>
|
|
<div class="text-muted"><p class="fa fa-clock-o"></p> <span aria-hidden="true" th:text="${Foro.fechaYHora}"></span> </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--end of col-md-9 -->
|
|
<!--strart col-md-3 (side bar)-->
|
|
|
|
</section>
|
|
<!-- Podemos añadir el usuario-->
|
|
</div>
|
|
</div>
|
|
<aside class="col-md-3 sidebar97239">
|
|
<div class="status-part3821">
|
|
<h4>stats</h4>
|
|
<a href="#"><i class="fa fa-question-circle" aria-hidden="true"> Preguntas: <span th:text="${totalForo}"></span></i></a>
|
|
<i class="fa fa-comment" aria-hidden="true"> Respuestas: <span th:text="${totalRespuestas}"></span></i>
|
|
</div>
|
|
<div class="categori-part329" >
|
|
<h4 >Category</h4>
|
|
<ul>
|
|
<li th:each="Categoria: ${listaCategorias}"><a href="#" th:text="${Categoria.name}">web developer</a></li>
|
|
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- social part -->
|
|
<div class="social-part2189">
|
|
<h4>Find us</h4>
|
|
<li class="rss-one">
|
|
<a href="#" target="_blank">
|
|
<strong>
|
|
<span>Subscribe</span>
|
|
<i class="fa fa-rss" aria-hidden="true"></i>
|
|
|
|
<br>
|
|
<small>To RSS Feed</small>
|
|
|
|
</strong>
|
|
</a>
|
|
</li>
|
|
<li class="facebook-two">
|
|
<a href="#" target="_blank">
|
|
<strong>
|
|
<span>Subscribe</span>
|
|
<i class="fa fa-facebook" aria-hidden="true"></i>
|
|
|
|
<br>
|
|
<small>To Facebook Feed</small>
|
|
|
|
</strong>
|
|
</a>
|
|
</li>
|
|
<li class="twitter-three">
|
|
<a href="#" target="_blank">
|
|
<strong>
|
|
<span>Subscribe</span>
|
|
<i class="fa fa-twitter" aria-hidden="true"></i>
|
|
|
|
<br>
|
|
<small>To twitter Feed</small>
|
|
|
|
</strong>
|
|
</a>
|
|
</li>
|
|
<li class="youtube-four">
|
|
<a href="#" target="_blank">
|
|
<strong>
|
|
<span>Subscribe</span>
|
|
<i class="fa fa-youtube" aria-hidden="true"></i>
|
|
|
|
<br>
|
|
<small>To youtube Feed</small>
|
|
|
|
</strong>
|
|
</a>
|
|
</li>
|
|
|
|
</div>
|
|
<!-- End tags part-->
|
|
<!-- start recent post -->
|
|
<div class="recent-post3290">
|
|
<h4>Recent Post</h4>
|
|
<div class="post-details021">
|
|
<a href="#"><h5>How much do web developers</h5></a>
|
|
<p>I am thinking of pursuing web developing as a career & was ...</p>
|
|
<small style="color: #848991">July 16, 2017</small>
|
|
</div>
|
|
<hr>
|
|
<div class="post-details021">
|
|
<a href="#"><h5>How much do web developers</h5></a>
|
|
<p>I am thinking of pursuing web developing as a career & was ...</p>
|
|
<small style="color: #848991">July 16, 2017</small>
|
|
</div>
|
|
<hr>
|
|
<div class="post-details021">
|
|
<a href="#"><h5>How much do web developers</h5></a>
|
|
<p>I am thinking of pursuing web developing as a career & was ...</p>
|
|
<small style="color: #848991">July 16, 2017</small>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<!-- end recent post -->
|
|
|
|
</aside>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
|
<script src="js/jquery-3.1.1.min.js"></script>
|
|
<script src="js/bootstrap.min.js"></script>
|
|
<script src="js/npm.js"></script>
|
|
<footer th:replace="~{footer/footer}"></footer>
|
|
</body>
|
|
|
|
</html>
|