-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (60 loc) · 3.19 KB
/
index.html
File metadata and controls
87 lines (60 loc) · 3.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width,maximum-scale=2">
<meta name="description" content=" : A Visual FoxPro community site for open source add-ons
">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" type="text/css" media="screen" href="/assets/css/style.css?v=">
<meta name="keywords" content="Visual FoxPro, VFP, open source, VFPX, community" />
<title>VFPX</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/VFPX" target="_blank">View on GitHub</a>
<img src="/images/vfpxbanner.gif" />
<h2 id="project_tagline">A Visual FoxPro community site for open source add-ons
</h2>
<a class="button" href="/">Home</a>
<a class="button" href="/projects/">Projects</a>
<a class="button" href="/license/">License</a>
<a class="button" href="/posts/">Posts</a>
<a class="button" href="/tips/">Project Managers</a>
<a class="button" href="/newproject/">Add a Project</a>
<a class="button" href="/admin/">Admin</a>
<a class="button" href="/about/">About</a>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<article class="post">
<header class="post-header">
<h1 class="post-title"></h1>
</header>
<div class="post-content">
<h2 id="vfpx-logos-and-images">VFPX Logos and Images</h2>
<p>Graphics that can be used to brand/market VFPX including its projects, members, and other related entities.</p>
<p><img src="/images/vfpxbanner_large.gif" alt="vfpxbanner_large.gif" /><br />
<img src="/images/vfpxbanner_small.gif" alt="vfpxbanner_small.gif" /></p>
<p><img src="/images/vfpxicon_64px.gif" alt="vfpxicon_64px.gif" /> <img src="/images/vfpxicon_48px.gif" alt="vfpxicon_48px.gif" /> <img src="/images/vfpxicon_32px.gif" alt="vfpxicon_32px.gif" /> <img src="/images/vfpxicon_16px.gif" alt="vfpxicon_16px.gif" /></p>
<p><img src="/images/vfpxpoweredby.gif" alt="vfpxpoweredby.gif" /> <img src="/images/vfpxpoweredby_alternative.gif" alt="vfpxpoweredby_alternative.gif" /></p>
<p><img src="/images/vfpxmember_large.gif" alt="vfpxmember_large.gif" /> <img src="/images/vfpxmember_small.gif" alt="vfpxmember_small.gif" /></p>
<p><img src="/images/vfpxprojectdeveloper_large.gif" alt="vfpxprojectdeveloper_large.gif" /> <img src="/images/vfpxprojectdeveloper_small.gif" alt="vfpxprojectdeveloper_small.gif" /></p>
<p><img src="/images/vfpxprojectmanager_large.gif" alt="vfpxprojectmanager_large.gif" /> <img src="/images/vfpxprojectmanager_small.gif" alt="vfpxprojectmanager_small.gif" /></p>
<p><img src="/images/vfpxadministrator_large.gif" alt="vfpxadministrator_large.gif" /> <img src="/images/vfpxadministrator_small.gif" alt="vfpxadministrator_small.gif" /></p>
</div>
</article>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
</footer>
</div>
</body>
</html>