Skip to content

Commit 8d21473

Browse files
committed
add simple header/menu - start
1 parent 4cd99b9 commit 8d21473

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

index.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,48 @@
4747
color: #9c2214;
4848
text-decoration: underline;
4949
}
50+
hr {
51+
border-color: red;
52+
border-width: 1px;
53+
}
5054

55+
.menu-entry {
56+
background-color: #E3DCCD;
57+
font-size: 16px;
58+
font-weight: bold;
59+
color: #000000;
60+
height: 25px;
61+
vertical-align: top;
62+
border-radius: 6px;
63+
border-width: 2px;
64+
}
5165
</style>
5266
</head>
5367
<body>
68+
<table style="width: 30%; padding:5; border-width: 2px;">
69+
<tr>
70+
<td width=10 rowspan="2">&nbsp;</td>
71+
<td rowspan="2">
72+
<a href="https://www.sparkfun.com" target="_blank"><img src="resource/sparkfun-logo.png"></a>
73+
</td>
74+
<td></td><td></td><td></td><td></td>
75+
</tr>
76+
<tr>
77+
<td align="center" class="menu-entry">
78+
<a href="https://www.sparkfun.com/categories" target="_blank">SHOP</a>
79+
</td>
80+
<td align="center" class="menu-entry">
81+
<a href="https://learn.sparkfun.com/" target="_blank">LEARN</a>
82+
</td>
83+
<td align="center" class="menu-entry">
84+
<a href="https://www.sparkfun.com/news" target="_blank">BLOG</a>
85+
</td>
86+
<td align="center" class="menu-entry">
87+
<a href="https://www.sparkfun.com/services" target="_blank">SERVICES</a>
88+
</td>
89+
</tr>
90+
</table>
91+
<hr>
5492
<img src="resource/studio-red-box-wall.jpg" width="100%">
5593

5694
<h1>SparkFun's Latest Product Documentation</h1>

resource/sparkfun-logo.png

1.64 KB
Loading

0 commit comments

Comments
 (0)