gomez.html.erb 1.6 KB
Newer Older
Galen Evilla's avatar
Galen Evilla committed
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
<% provide(:about, "active") %> 
<% provide(:title, "About") %> 

<div class="container">
	<div class="row">
				</div>

			<div class="col-md-2">
			</div>

			<div class="col-md-4">

			<h1 class="heading">Feliz Marie B. Gomez</h1>
				<div class="row">
					<p>&emsp;<b>What do you want to be when you grow up?</b> 
						<br>
						<i>&emsp;&emsp;Tall</i>
						<br>
						&emsp;<b>Happy ka ba kay Sir Happy?</b> 
						<br>
						<i>&emsp;&emsp;Yes!</i>
						<br>
						&emsp;<b>Kapag nagluto si Sir Happy, Happy Meal ba tawag dun?</b>
						<br>
						<i>&emsp;&emsp;Eyyyy, witty</i>
						<br>
						&emsp;<b>Expected grade sa MIS21?</b>
						<br>
						<i>&emsp;&emsp;D (basta kapag major subjects, i wants the D hehe)</i>
						<br>
						&emsp;<b>Ano ang favorite final fantasy mo? </b>
						<br>
						<i>&emsp;&emsp;<strike>69</strike>. Final Fantasy 6 at Final Fantasy 9 ;)</i>
						<br>
						&emsp;<b>(For the purposes of being in this institution, the question was censored)</b>
						<br> 
						<i>&emsp;&emsp;AY GRABE SIYA HAHAHAHA</i>
						</p>
					</div>
				</div>
				<div class="col-md-4">
				<%=image_tag("gomez.jpg")%>
				</div>

			<div class="col-md-2">
			</div>
				
			</div>
		</div>
	</div>
</div>
<hr>
<div class="about">
		<div class ="row">
			<center>
			<h3>The Developers</h3>
			<h5>
				<a href="/about/evilla">Evilla, Galen Solo E.</a>
				<a href="/about/gomez">Gomez, Feliz Marie B.</a>
				<a href="/about/guian">Guian, April D.</a>
				<a href="/about/principe">Principe, Jasmine Nicole G.</a>
			</h5>
 			</center>
 			<hr> 
			</div>
		</div>
	</div>
</div>
</div>