|
| 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> |
0 commit comments