-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change the people page a little and added a logo as well as doing som…
…e news blog hello worlding
- Loading branch information
Showing
23 changed files
with
484 additions
and
175 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
layout: post | ||
shortnews: true | ||
blog: true | ||
blog: false | ||
news: true | ||
--- | ||
The UT SAS Lab website is up and running! Hooray! |
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,8 @@ | ||
--- | ||
layout: post | ||
shortnews: true | ||
blog: true | ||
news: false | ||
--- | ||
<br> | ||
Two kinds of blogs possible. Short one (this one) and long one(the one above). |
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,15 @@ | ||
--- | ||
layout: post | ||
shortnews: false | ||
blog: true | ||
news: false | ||
--- | ||
Hello, world! | ||
|
||
|
||
Where does it come from? | ||
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32. | ||
|
||
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham. | ||
|
||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. |
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,96 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Systems and Storage Research Lab: Hello 2</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href="/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="/css/group.css" rel="stylesheet"> | ||
<link rel="alternate" type="application/atom+xml" title="Atom" | ||
href="/blog/blog.xml"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="header"> | ||
<ul class="nav nav-pills pull-right"> | ||
|
||
|
||
<li > | ||
<a href="/"> | ||
Home | ||
</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/people.html"> | ||
People | ||
</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/research/"> | ||
Research | ||
</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/publications.html"> | ||
Publications | ||
</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/code.html"> | ||
Code | ||
</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/blog/"> | ||
Blog | ||
</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/news/"> | ||
News | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
<a href="/"> | ||
<img src="/img/logo.png" | ||
srcset="/img/[email protected] 2x" | ||
alt="Awesome" id="logo"> | ||
</a> | ||
</div> | ||
|
||
|
||
<h2>Hello 2</h2> | ||
|
||
|
||
<p class="meta">26 Jul 2017</p> | ||
|
||
<div class="post"> | ||
<p><br /> | ||
Two kinds of blogs possible. Short one (this one) and long one(the one above).</p> | ||
|
||
</div> | ||
|
||
|
||
<div class="footer"> | ||
<p> | ||
<a href="https://www.cs.utexas.edu/">Department of Computer Science</a> | ||
at the | ||
<a href="https://www.utexas.edu/">University of | ||
Texas at Austin</a> | ||
</p> | ||
</div> | ||
|
||
</div> <!-- /container --> | ||
|
||
<!-- Support retina images. --> | ||
<script type="text/javascript" | ||
src="/js/srcset-polyfill.js"></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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Systems and Storage Research Lab: Hello World 1</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href="/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="/css/group.css" rel="stylesheet"> | ||
<link rel="alternate" type="application/atom+xml" title="Atom" | ||
href="/blog/blog.xml"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="header"> | ||
<ul class="nav nav-pills pull-right"> | ||
|
||
|
||
<li > | ||
<a href="/"> | ||
Home | ||
</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/people.html"> | ||
People | ||
</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/research/"> | ||
Research | ||
</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/publications.html"> | ||
Publications | ||
</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/code.html"> | ||
Code | ||
</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/blog/"> | ||
Blog | ||
</a> | ||
</li> | ||
|
||
<li > | ||
<a href="/news/"> | ||
News | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
<a href="/"> | ||
<img src="/img/logo.png" | ||
srcset="/img/[email protected] 2x" | ||
alt="Awesome" id="logo"> | ||
</a> | ||
</div> | ||
|
||
|
||
<h2>Hello World 1</h2> | ||
|
||
|
||
<p class="meta">27 Jul 2017</p> | ||
|
||
<div class="post"> | ||
<p>Hello, world!</p> | ||
|
||
<p>Where does it come from? | ||
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of “de Finibus Bonorum et Malorum” (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, “Lorem ipsum dolor sit amet..”, comes from a line in section 1.10.32.</p> | ||
|
||
<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from “de Finibus Bonorum et Malorum” by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p> | ||
|
||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> | ||
|
||
</div> | ||
|
||
|
||
<div class="footer"> | ||
<p> | ||
<a href="https://www.cs.utexas.edu/">Department of Computer Science</a> | ||
at the | ||
<a href="https://www.utexas.edu/">University of | ||
Texas at Austin</a> | ||
</p> | ||
</div> | ||
|
||
</div> <!-- /container --> | ||
|
||
<!-- Support retina images. --> | ||
<script type="text/javascript" | ||
src="/js/srcset-polyfill.js"></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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.