-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (97 loc) · 4.32 KB
/
Copy pathindex.html
File metadata and controls
102 lines (97 loc) · 4.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
layout: home
title: Genomics Core
header_title: Genomics Core
subtitle: Providing next-generation sequencing and scientific support to the NYU community
header_image: /assets/images/hero-bg.jpg
---
<!-- Icon Button Cards — overlap hero -->
<div class="icon-cards-row">
<a href="https://core.bookitlab.com/nyu_gencore/" target="_blank" class="icon-card">
<div class="icon-card-icon" style="color: #1b2fb5;">
<i class="fas fa-calendar-alt"></i>
</div>
<h3 style="color: #1b2fb5;">bookitlab</h3>
<p>Reserve shared equipment</p>
</a>
<a href="https://tuboweb.bio.nyu.edu/" target="_blank" class="icon-card">
<div class="icon-card-icon" style="color: #55acee;">
<i class="fas fa-database"></i>
</div>
<h3 style="color: #55acee;">TuboWeb</h3>
<p>Manage sequencing runs</p>
</a>
<a href="https://gencore.bio.nyu.edu/shared-equipment/" class="icon-card">
<div class="icon-card-icon" style="color: #0eb36b;">
<i class="fas fa-dumbbell"></i>
</div>
<h3 style="color: #0eb36b;">Training</h3>
<p>Reserve a spot or request training</p>
</a>
<a href="https://learn.gencore.bio.nyu.edu/" target="_blank" class="icon-card">
<div class="icon-card-icon" style="color: #7013cc;">
<i class="fas fa-magic"></i>
</div>
<h3 style="color: #7013cc;">Learn</h3>
<p>Learn common NGS analyses</p>
</a>
</div>
<!-- Blog Posts -->
<div class="home-section">
<h2 class="home-section-title">Blog Posts</h2>
<div class="home-blog-grid">
{% for post in site.posts limit:3 %}
<a href="{{ post.url | relative_url }}" class="home-blog-card">
{% if post.featured_image %}
<div class="blog-card-image">
<img src="{{ post.featured_image | relative_url }}" alt="{{ post.title }}">
</div>
{% endif %}
<div class="blog-card-body">
<h4>{{ post.title }}</h4>
</div>
</a>
{% endfor %}
</div>
<div class="text-center" style="margin-top: 1.5em;">
<a href="{{ '/posts/' | relative_url }}" class="btn btn-purple"><i class="fas fa-book"></i> Read More</a>
</div>
</div>
<!-- Location Section -->
<div class="home-section">
<h2 class="home-section-title">Location</h2>
</div>
<div class="location-banner" style="background-image: url('{{ '/assets/images/lab-bottom.jpg' | relative_url }}')">
<div class="location-banner-overlay"></div>
<div class="location-banner-content">
<div class="location-grid">
<div class="location-col">
<h3>New York</h3>
<p>NYU Center for Genomics & Systems Biology<br>
12 Waverly Place, New York, NY 10003</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3023.2!2d-73.9968!3d40.7295!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2599787834ad9%3A0x4b5d69039bba498a!2sCenter%20for%20Genomics%20and%20Systems%20Biology!5e0!3m2!1sen!2sus!4v1700000000000!5m2!1sen!2sus" loading="lazy"></iframe>
</div>
<div class="location-col">
<h3>Abu Dhabi</h3>
<p>New York University Abu Dhabi<br>
Saadiyat Marina District<br>
Abu Dhabi, United Arab Emirates</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3631.8!2d54.4340!3d24.5236!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3e5e6636b7291ceb%3A0xf69e6e1a46a3b4cb!2sNew%20York%20University%20Abu%20Dhabi!5e0!3m2!1sen!2sus!4v1700000000000!5m2!1sen!2sus" loading="lazy"></iframe>
</div>
</div>
</div>
</div>
<!-- Partner Logos -->
<div class="home-section" style="padding-top: 0;">
<div class="partner-logos">
<a href="/"><img src="{{ '/assets/images/logos/gencore-logo-new.png' | relative_url }}" alt="Genomics Core"></a>
<a href="http://as.nyu.edu/content/nyu-as/as/departments/biology/research/gsb.html"><img src="{{ '/assets/images/logos/cgsb_logo-1.png' | relative_url }}" alt="CGSB"></a>
<a href="https://www.nyu.edu"><img src="{{ '/assets/images/logos/nyu.png' | relative_url }}" alt="NYU"></a>
<a href="https://cgsb.abudhabi.nyu.edu/"><img src="{{ '/assets/images/logos/ad_cgsb_logo.jpg' | relative_url }}" alt="NYU Abu Dhabi CGSB"></a>
</div>
</div>
<!-- Bottom Cityscape Banner -->
<div class="bottom-banner" style="background-image: url('{{ '/assets/images/view-conferenceroom-cropped.jpg' | relative_url }}')">
<div class="bottom-banner-overlay"></div>
<div class="bottom-banner-spacer"></div>
</div>