-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
88 lines (71 loc) · 4.05 KB
/
about.html
File metadata and controls
88 lines (71 loc) · 4.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; URL=http://www.fmchub.com/about/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta http-equiv="language" content="EN">
<meta name="author" content="I A M E L E C T R O N I C">
<meta name="keywords" content="FPGA, mezzanine, card, cards, FMC, LPC, HPC, FMCHUB, ANSI, VITA, template, PCB" />
<meta name="description" content="FMCHUB - ABOUT - Please don't like us, please don't follow us!" />
<title>FMCHUB - ABOUT - FPGA MEZZANINE CARDs</title>
<!--<link rel="icon" href="../../favicon.ico">-->
<!-- Bootstrap core CSS -->
<link href="./dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="./assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./jumbotron-narrow.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83790429-1', 'auto');
ga('send', 'pageview');
</script>
<!-- START BANNER CODE
<div style="background-color:#DCE0E3;width:219px;height:417px;position:fixed;right:0.5em;bottom:0.5em;border:solid 1px #034752 ;">
<a href="https://www.kickstarter.com/projects/1851501326/tiny-5x5cm2-fpga-board-with-xilinx-artix-7" target="_newkickstartcampaignbanner">
<img width="219px" height="417px" alt="***** Support us on kickstarter ***** Tiny 5x5cm FPGA board with Xilinx Artix-7" src="http://www.iamelectronic.com/products/T0005_Artix-7_FPGA_Module/kickstarter_fpga_campaign_banner/tiny_fpga_module_xilinx_artix_kickstarter_banner.jpg"/ border="0">
</a>
</div>
END BANNER CODE //-->
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="index.html">Projects</a></li>
<li role="presentation"><a href="faq.html">FAQ</a></li>
<li role="presentation"><a href="license.html">License</a></li>
<li role="presentation" class="active"><a href="#">About</a></li>
</ul>
</nav>
<h3 class="text-muted">FMCHUB - ABOUT</h3>
</div>
<div class="jumbotron" style="background-image: url("./img/fmc_eth.JPG"); background-size: 100%;">
<div style="background: rgba(100, 100, 100, .6)"><h1 style="color:white">F M C H U B</h1></div>
<div style="background: rgba(100, 100, 100, .6)""><p class="lead" style="color:white"></br>Please don't like us,</br>please don't follow us!</br></br></br></div>
</br></br></div>
<h1> F M C H U B . O R G </h1>
<h1> F M C H U B . C O M </h1>
<h1> F M C H U B . G I T H U B . I O </h1></br>
<h4> I S A F R E E S E R V I C E F R O M</h4></br>
<h1> <a href="http://www.iamelectronic.com" target="iamelectronic">I A M E L E C T R O N I C</a></h1>
<footer class="footer">
<p>© 2018 F M C H U B . O R G, ( i n f o @ f m c h u b . o r g )</p>
</footer>
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>