-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlogos.html
53 lines (32 loc) · 1.18 KB
/
logos.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<!--#include FILE="./header.inc"-->
<body>
<!--#include FILE="./navigation.inc"-->
<div id="MainIn2ColumnPage">
<div CLASS="clsInsidePageHeader"> GENIE logos </div>
<br />
<b>New logos</b> used from 2018 for the products of the GENIE suite (Generator, Comparisons, Tuning),
and for the GENIE Global Analysis to Neutrino Scattering Data.
<br />
<br />
<i> Credits:</i> [grafiche.testi at gmail.com]
<br />
<br />
<div id="LogoBox">
<IMG src="./images/logos/genie_logo_2_big_medium_resolution.png" width="200px">
<IMG src="./images/logos/genie_logo_2_small_medium_resolution.png" width="200px">
<IMG src="./images/logos/genie_logo_2_text_medium_resolution.png" width="200px">
</div>
<br />
<br />
<br />
<b>Historical logo</b> used for the GENIE Generator from 2003
<br />
<br />
<IMG src="./images/logos/genie_logo.jpg" width="200px">
<br />
</div> <!-- main -->
<!--#include FILE="./footer.inc"-->
</body>
</html>