mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
Started working on MGO
This commit is contained in:
@@ -1,27 +1,17 @@
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-8 blog-main">
|
||||
|
||||
<ng-include src="post"></ng-include>
|
||||
|
||||
</div> <!-- new blog posts-->
|
||||
|
||||
<div class="col-sm-4 blog-sidebar">
|
||||
<h1 class="text-center">About Me</h1>
|
||||
<img class="aboutMeImage center img-rounded" src="/public/images/aboutme.jpg">
|
||||
|
||||
<br>
|
||||
|
||||
<div class="sidebar-module sidebar-module-inset">
|
||||
<p> I'm 22 years old and currently attending Winona State University as a Computer Science major.
|
||||
I am graduating in Spring of 2016 and plan to pursue a career in the field of software development.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-8 blog-main">
|
||||
<ng-include src="post"></ng-include>
|
||||
</div>
|
||||
<!-- new blog posts-->
|
||||
<div class="col-sm-4 blog-sidebar">
|
||||
<h1 class="text-center">About Me</h1>
|
||||
<img class="aboutMeImage center img-rounded" src="/public/images/aboutme.jpg">
|
||||
<br>
|
||||
<div class="sidebar-module sidebar-module-inset">
|
||||
<p> I'm 22 years old and currently attending Winona State University as a Computer Science major. I am graduating in Spring of 2016 and plan to pursue a career in the field of software development.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user