-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfunding.pug
93 lines (91 loc) · 3.48 KB
/
funding.pug
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
extends header
block content
body
.wrapper
<!-- ******HEADER****** -->
header.header
.header-main.container
h1.logo.col-md-4.col-sm-4
a(href='https://sunflowergenome.org')
img#logo(src='/images/logo.png', width='300px', height='75px', alt='Logo')
.info.col-md-8.col-sm-8
ul.menu-top.navbar-right.hidden-xs
li.divider
a(href='https://sunflowergenome.org') Home
li.divider
a(href='/faq') FAQ
li
a(href='/contact') Contact
br
include nav-project
<!-- ******CONTENT****** -->
.content.container
.page-wrapper
header.page-heading.clearfix
h1.heading-title.pull-left Funding
.breadcrumbs.pull-right
ul.breadcrumbs-list
li.breadcrumbs-label You are here:
li
a(href='https://sunflowergenome.org') Home
i.fa.fa-angle-right
li.current Funding
<!-- breadcrumbs -->
.page-content
.row.page-row
article.welcome.col-md-8.col-sm-7
h3.title Welcome to the Sunflower Genome Database
p
img.img-responsive(src='/images/750x300_cultivar-about.jpg', alt='')
p
| This site provides access to data and tools generated by the sunflower genome project. The data hosted on this site was generated through the collaboration of numerous institutions and with the support of the funding partners listed below:
ul.custom-list-style
li
i.fa.fa-chevron-right
| Department of Energy of the United States of America
li
i.fa.fa-chevron-right
| National Science Foundation of the United States of America
li
i.fa.fa-chevron-right
| United States Department of Agriculture
li
i.fa.fa-chevron-right
| Genome Canada
li
i.fa.fa-chevron-right
| Genome British Columbia
li
i.fa.fa-chevron-right
| French National Institute for Agricultural Research
li
i.fa.fa-chevron-right
| Pioneer
li
i.fa.fa-chevron-right
| Advanta
li
i.fa.fa-chevron-right
| Biogemma
li
i.fa.fa-chevron-right
| Syngenta
li
i.fa.fa-chevron-right
| KWS Seeds
li
i.fa.fa-chevron-right
| Dow AgroSciences
aside.page-sidebar.col-md-3.col-md-offset-1.col-sm-4.col-sm-offset-1
section.widget
h3.title Contact
p
| For questions relating to this project, or general enquiries, please see our
|
a(href='/about') about
|
| page for more details, or use the
|
a(href='/contact') contact
| for specific questions.
include footer