-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtemplate.html
More file actions
86 lines (62 loc) · 3.83 KB
/
template.html
File metadata and controls
86 lines (62 loc) · 3.83 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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<meta name="description" content="PhysiCell Project Website">
<meta name="keywords" content="PhysiCell,Agent-Based Modeling,Multicellular Systems Biology,Cancer,Modeling">
<link rel="stylesheet" type="text/css" media="screen" href="physicell.css">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<title style="color:white;">PhysiCell Project Website: Template</title>
</head>
<body>
<div class="page">
<div class="header">
<img src="images/PhysiCell-Logo.png" alt="PhysiCell Logo" style="width:2.8cm;height:2.8cm; border: 0px solid red; margin-left: -0mm; margin-right: -0mm; margin-bottom: 1mm;">
<img src="images/banner.png" alt="PhysiCell Project Website"
style="width: 21.59cm; height: 3cm; border: 0px solid red; margin-left: 0cm;">
<!-- <img src="images/PhysiCell-Logo.png" alt="PhysiCell Logo" style="width:3cm;height:3cm; border: 1px solid red; margin-left: -5mm; margin-right: -5mm;"> -->
</div>
<div class="menu">
<a href="index.html" class="menu_button"><span class="menu_button">Home</span></a>
<a href="Downloads.html" class="menu_button"><span class="menu_button">Downloads</span></a>
<a href="Training.html" class="menu_button"><span class="menu_button">Training</span></a>
<a href="Ecosystem.html" class="menu_button"><span class="menu_button">Software Ecosystem</span></a>
<a href="Community_Highlights.html" class="menu_button"><span class="menu_button">Community Highlights</span></a>
<a href="Team.html" class="menu_button"><span class="menu_button">Team</span></a>
<a href="Roadmap.html" class="menu_button"><span class="menu_button">Roadmap</span></a>
<a href="Acknowledgements.html" class="menu_button"><span class="menu_button">Acknowledgements</span></a>
<!--
<a href="http://MathCancer.org/blog/" class="menu_button"><span class="menu_button">News</span></a>
-->
<a href="Citing_PhysiCell.html" class="menu_button"><span class="menu_button">Citing PhysiCell</span></a>
<a href="Contact.html" class="menu_button"><span class="menu_button">Contact</span></a>
</div>
<div class="content">
<h1>PhysiCell Project Website</h1>
<p>
What's old is new again. GoDaddy and WordPress have failed me for the last time. I'm migrating this to good old-fashioned static HTML5 and CSS hosted on GitHub.io. More in a moment.
</p>
<!--
<iframe src="https://www.youtube.com/embed/videoseries?list=PL1IHi3Kb0zyn-HBXeMBLjTU_-rFEKqFKM&autoplay=1" allowfullscreen style="width: 100%; height: 5in; margin-bottom: 1cm;"></iframe>
-->
</div>
<div class="footer">
<table style="margin: 0cm; margin-left: 6%; margin-right: 6%; width: 88%;">
<tr>
<td style="width: 12%; text-align: left;"><a href="Policies.html">Site Policies</a></td>
<td style="width: 76%; text-align: center;">
Last Modified: January 3, 2025 at 2:54 AM (EST)
<br>
Copyright © 2007-2025 <a href="Contact.html">Paul Macklin & the PhysiCell Project</a> </td>
<td style="text-align: right; width: 12%;">
<a href="http://validator.w3.org/check?uri=referer">
<img src="images/valid-html5.png" alt="Valid HTML 5" style="width: 0.90166667in;">
</a>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>