Skip to content

Commit 2982955

Browse files
committed
draft
1 parent ae463d2 commit 2982955

33 files changed

Lines changed: 12720 additions & 1 deletion

.DS_Store

6 KB
Binary file not shown.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# SkillComposition
1+
# Website imported from Nerfies
2+
3+
This is the website repository that imported from the source code of the [Nerfies website](https://nerfies.github.io).
4+
5+
6+
# Website License
7+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.

index.html

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="description"
6+
content="TODO">
7+
<meta name="keywords" content="TODO">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<title>Compose by Focus: Scene Graph-based Atomic Skills</title>
10+
11+
<!-- Bootstrap CSS -->
12+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
13+
14+
<!-- Bootstrap JS (with Popper.js) -->
15+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
16+
17+
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
18+
19+
<link rel="stylesheet" href="./static/css/bulma.min.css">
20+
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
21+
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
22+
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
23+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
24+
<link rel="stylesheet" href="./static/css/index.css">
25+
<link rel="icon" href="https://seas.harvard.edu/themes/custom/seas/favicon.ico">
26+
27+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
28+
<script defer src="./static/js/fontawesome.all.min.js"></script>
29+
<script src="./static/js/bulma-carousel.min.js"></script>
30+
<script src="./static/js/bulma-slider.min.js"></script>
31+
<!-- <script src="./static/js/index.js"></script> -->
32+
</head>
33+
<body>
34+
35+
36+
37+
<footer class="footer">
38+
<div class="container">
39+
<!-- <div class="content has-text-centered">
40+
<a class="icon-link"
41+
href=""> -->
42+
<!-- ./static/videos/nerfies_paper.pdf -->
43+
<!-- <i class="fas fa-file-pdf"></i>
44+
</a> -->
45+
<!-- https://github.com/keunhong -->
46+
<!-- <a class="icon-link" href="" class="external-link" disabled>
47+
<i class="fab fa-github"></i>
48+
</a> -->
49+
<!-- </div> -->
50+
<div class="columns is-centered">
51+
<div class="column is-8">
52+
<div class="content">
53+
<p>
54+
This website is licensed under a <a rel="license"
55+
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
56+
Commons Attribution-ShareAlike 4.0 International License</a>.
57+
</p>
58+
<p>
59+
The source code of this website is borrowed from <a
60+
href="https://github.com/nerfies/nerfies.github.io">Nerfies</a>. We thank the authors for sharing the template.
61+
</p>
62+
</div>
63+
</div>
64+
</div>
65+
</div>
66+
</footer>
67+
68+
</body>
69+
</html>

static/.DS_Store

6 KB
Binary file not shown.

static/css/bulma-carousel.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)