Skip to content

Commit f82ad82

Browse files
committed
initial commit to gh
0 parents  commit f82ad82

File tree

658 files changed

+36689
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

658 files changed

+36689
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
_site
2+
.sass-cache
3+
.jekyll-metadata
4+
*.swp
5+
.DS_Store
6+
.jekyll-cache
7+
publish.sh

404.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: Oops! Page not found :(
4+
---
5+
<section class="section-margin">
6+
<div class="container">
7+
<img class="img-fuild" src="{{ '/assets/img/404.jpg' | relative_url }}" height="600px" alt=""></img>
8+
</div>
9+
</section>

Gemfile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
source "https://rubygems.org"
2+
3+
gem "jekyll", "~> 4.2.1"
4+
5+
gem "minima", "~> 2.5"
6+
7+
group :jekyll_plugins do
8+
gem "jekyll-feed", "~> 0.12"
9+
end
10+
platforms :mingw, :x64_mingw, :mswin, :jruby do
11+
gem "tzinfo", "~> 1.2"
12+
gem "tzinfo-data"
13+
end
14+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
15+
16+
gem "webrick", "~> 1.7"
17+
18+
group :jekyll_plugins do
19+
gem "jekyll-last-modified-at"
20+
end

Gemfile.lock

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.4)
5+
public_suffix (>= 2.0.2, < 6.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.2.2)
8+
em-websocket (0.5.3)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0)
11+
eventmachine (1.2.7)
12+
ffi (1.15.5)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.8.0)
15+
i18n (1.13.0)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (4.2.2)
18+
addressable (~> 2.4)
19+
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 1.0)
22+
jekyll-sass-converter (~> 2.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 2.3)
25+
kramdown-parser-gfm (~> 1.0)
26+
liquid (~> 4.0)
27+
mercenary (~> 0.4.0)
28+
pathutil (~> 0.9)
29+
rouge (~> 3.0)
30+
safe_yaml (~> 1.0)
31+
terminal-table (~> 2.0)
32+
jekyll-feed (0.17.0)
33+
jekyll (>= 3.7, < 5.0)
34+
jekyll-last-modified-at (1.3.2)
35+
jekyll (>= 3.7, < 5.0)
36+
jekyll-sass-converter (2.2.0)
37+
sassc (> 2.0.1, < 3.0)
38+
jekyll-seo-tag (2.8.0)
39+
jekyll (>= 3.8, < 5.0)
40+
jekyll-watch (2.2.1)
41+
listen (~> 3.0)
42+
kramdown (2.4.0)
43+
rexml
44+
kramdown-parser-gfm (1.1.0)
45+
kramdown (~> 2.0)
46+
liquid (4.0.4)
47+
listen (3.8.0)
48+
rb-fsevent (~> 0.10, >= 0.10.3)
49+
rb-inotify (~> 0.9, >= 0.9.10)
50+
mercenary (0.4.0)
51+
minima (2.5.1)
52+
jekyll (>= 3.5, < 5.0)
53+
jekyll-feed (~> 0.9)
54+
jekyll-seo-tag (~> 2.1)
55+
pathutil (0.16.2)
56+
forwardable-extended (~> 2.6)
57+
public_suffix (5.0.1)
58+
rb-fsevent (0.11.2)
59+
rb-inotify (0.10.1)
60+
ffi (~> 1.0)
61+
rexml (3.2.5)
62+
rouge (3.30.0)
63+
safe_yaml (1.0.5)
64+
sassc (2.4.0)
65+
ffi (~> 1.9)
66+
terminal-table (2.0.0)
67+
unicode-display_width (~> 1.1, >= 1.1.1)
68+
unicode-display_width (1.8.0)
69+
webrick (1.8.1)
70+
71+
PLATFORMS
72+
arm64-darwin-22
73+
74+
DEPENDENCIES
75+
jekyll (~> 4.2.1)
76+
jekyll-feed (~> 0.12)
77+
jekyll-last-modified-at
78+
minima (~> 2.5)
79+
tzinfo (~> 1.2)
80+
tzinfo-data
81+
wdm (~> 0.1.1)
82+
webrick (~> 1.7)
83+
84+
BUNDLED WITH
85+
2.4.13

LeaseOS/about.html

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>LeaseOS</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta name="theme-color" content="#157878">
8+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
9+
<link rel="stylesheet" href="/LeaseOS/assets/css/style.css?v=">
10+
</head>
11+
12+
13+
<body>
14+
<header class="site-header" role="banner">
15+
16+
<div class="wrapper">
17+
18+
19+
20+
<a href="/LeaseOS/"><span class="site-title" style="padding-right:5pt">LeaseOS</span><img class="logo-image" src="/LeaseOS/assets/logo.png" alt="LeaseOS logo"></a>
21+
22+
23+
<nav class="site-nav">
24+
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
25+
<label for="nav-trigger">
26+
<span class="menu-icon">
27+
<svg viewBox="0 0 18 15" width="18px" height="15px">
28+
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
29+
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
30+
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
31+
</svg>
32+
</span>
33+
</label>
34+
35+
<div class="trigger">
36+
37+
38+
39+
40+
<a class="page-link" href="/LeaseOS/start.html">Quick-Start Guide</a>
41+
42+
43+
44+
45+
46+
47+
<a class="page-link" href="/LeaseOS/docs.html">Documentation</a>
48+
49+
50+
51+
52+
53+
54+
<a class="page-link" href="/LeaseOS/pubs.html">Publications</a>
55+
56+
57+
58+
59+
60+
61+
<a class="page-link" href="/LeaseOS/about.html">About</a>
62+
63+
64+
65+
</div>
66+
</nav>
67+
68+
</div>
69+
</header>
70+
71+
72+
<section class="main-content">
73+
<article>
74+
75+
<div>
76+
<p><span class="logo-name">LeaseOS</span> is developed by the <a href="https://orderlab.io">Order Lab</a>
77+
of Department of Computer Science at Johns Hopkins University. The project
78+
is led by PhD student <a href="https://www.cs.jhu.edu/~yigonghu">Yigong Hu</a> and Professor <a href="https://www.cs.jhu.edu/~huang/">Ryan Huang</a>.</p>
79+
80+
</div>
81+
82+
</article>
83+
84+
<footer class="site-footer">
85+
86+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
87+
</footer>
88+
89+
</section>
90+
91+
92+
</body>
93+
</html>

0 commit comments

Comments
 (0)