-
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.
- Loading branch information
1 parent
36073b8
commit 2bba6a5
Showing
3 changed files
with
243 additions
and
554 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,185 @@ | ||
<!doctype html> | ||
<html class="no-js" lang="zxx"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<title>Contact Page</title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="stylesheet" href="assets/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="assets/css/owl.carousel.min.css"> | ||
<link rel="stylesheet" href="assets/css/slicknav.css"> | ||
<link rel="stylesheet" href="assets/css/animate.min.css"> | ||
<link rel="stylesheet" href="assets/css/magnific-popup.css"> | ||
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css"> | ||
<link rel="stylesheet" href="assets/css/themify-icons.css"> | ||
<link rel="stylesheet" href="assets/css/themify-icons.css"> | ||
<link rel="stylesheet" href="assets/css/slick.css"> | ||
<link rel="stylesheet" href="assets/css/nice-select.css"> | ||
<link rel="stylesheet" href="assets/css/style.css"> | ||
<link rel="stylesheet" href="assets/css/responsive.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<div id="preloader-active"> | ||
<div class="preloader d-flex align-items-center justify-content-center"> | ||
<div class="preloader-inner position-relative"> | ||
<div class="preloader-circle"></div> | ||
<div class="preloader-img pere-text"> | ||
<img src="assets/img/NLPlogo_300x100.png" alt=""></a> </div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<header> | ||
<div class="header-area header-transparrent "> | ||
<div class="main-header header-sticky"> | ||
<div class="container"> | ||
<div class="row align-items-center"> | ||
<div class="col-xl-2 col-lg-2 col-md-2"> | ||
<div class="logo"> | ||
<a href="index.html"> | ||
<img src="assets/img/NLPlogo_300x100.png" alt=""></a> </div> | ||
</div> | ||
<div class="col-xl-10 col-lg-10 col-md-10"> | ||
<div class="main-menu f-right d-none d-lg-block"> | ||
<nav> | ||
<ul id="navigation"> | ||
<li><a href="index.html"> ワークショップ</a></li> | ||
<li><a href="feature.html">コンペ</a></li> | ||
<li class="active"><a href="contact.html">オルガナイザ</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
<div class="col-12"> | ||
<div class="mobile_menu d-block d-lg-none"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
|
||
<div class="services-area"> | ||
<div class="container"> | ||
<div class="row d-flex justify-content-center"> | ||
<div class="col-lg-8"> | ||
<div class="section-tittle text-center mb-80"> | ||
<h4>オルガナイザ   Organization</h4> | ||
<p data-animation="fadeInUp" data-delay=".8s"> | ||
<ol> | ||
<li> 大北剛(九工大) | ||
<li> 鈴木潤(東北大) | ||
<li> 宮尾祐介(東大) | ||
<li> 児玉貴志(NII LLMC) | ||
<li> 清丸寛一(NII LLMC) | ||
<li> 勝又智(レトリバ) | ||
<li> Namgi Han(東京大学) | ||
<li> 鎌田啓輔 (Weights and Biases) | ||
<li> 高木 優(NII LLMC) | ||
<li> 中山 功太(NII LLMC) | ||
</ol> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="row d-flex justify-content-center"> | ||
<div class="col-lg-8"> | ||
<div class="section-tittle text-center mb-80"> | ||
<h4>事務局アドレス   Enquery Address</h4> | ||
<p data-animation="fadeInUp" data-delay=".8s"> | ||
<ol> | ||
<li> finetuning-LLM-workshop AT googlegroups.com | ||
</ol> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
<script> | ||
function initMap() { | ||
var uluru = { | ||
lat: -25.363, | ||
lng: 131.044 | ||
}; | ||
var grayStyles = [{ | ||
featureType: "all", | ||
stylers: [{ | ||
saturation: -90 | ||
}, | ||
{ | ||
lightness: 50 | ||
} | ||
] | ||
}, | ||
{ | ||
elementType: 'labels.text.fill', | ||
stylers: [{ | ||
color: '#ccdee9' | ||
}] | ||
} | ||
]; | ||
var map = new google.maps.Map(document.getElementById('map'), { | ||
center: { | ||
lat: -31.197, | ||
lng: 150.744 | ||
}, | ||
zoom: 9, | ||
styles: grayStyles, | ||
scrollwheel: false | ||
}); | ||
} | ||
</script> | ||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDpfS1oRGreGSBU5HHjMmQ3o5NLw7VdJ6I&callback=initMap"> | ||
</script> | ||
|
||
</div> | ||
|
||
<footer> | ||
|
||
|
||
<script src="./assets/js/vendor/modernizr-3.5.0.min.js"></script> | ||
|
||
<!-- Jquery, Popper, Bootstrap --> | ||
<script src="./assets/js/vendor/jquery-1.12.4.min.js"></script> | ||
<script src="./assets/js/popper.min.js"></script> | ||
<script src="./assets/js/bootstrap.min.js"></script> | ||
<!-- Jquery Mobile Menu --> | ||
<script src="./assets/js/jquery.slicknav.min.js"></script> | ||
|
||
<!-- Jquery Slick , Owl-Carousel Plugins --> | ||
<script src="./assets/js/owl.carousel.min.js"></script> | ||
<script src="./assets/js/slick.min.js"></script> | ||
|
||
<!-- One Page, Animated-HeadLin --> | ||
<script src="./assets/js/wow.min.js"></script> | ||
<script src="./assets/js/animated.headline.js"></script> | ||
|
||
<!-- Scrollup, nice-select, sticky --> | ||
<script src="./assets/js/jquery.scrollUp.min.js"></script> | ||
<script src="./assets/js/jquery.nice-select.min.js"></script> | ||
<script src="./assets/js/jquery.sticky.js"></script> | ||
<script src="./assets/js/jquery.magnific-popup.js"></script> | ||
|
||
<!-- contact js --> | ||
<script src="./assets/js/contact.js"></script> | ||
<script src="./assets/js/jquery.form.js"></script> | ||
<script src="./assets/js/jquery.validate.min.js"></script> | ||
<script src="./assets/js/mail-script.js"></script> | ||
<script src="./assets/js/jquery.ajaxchimp.min.js"></script> | ||
|
||
<!-- Jquery Plugins, main Jquery --> | ||
<script src="./assets/js/plugins.js"></script> | ||
<script src="./assets/js/main.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.