Skip to content

Commit b104f6b

Browse files
authored
Add files via upload
1 parent a9dda9a commit b104f6b

2 files changed

Lines changed: 110 additions & 102 deletions

File tree

default.css

Lines changed: 103 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,103 @@
1-
a {
2-
color: #000000;
3-
text-decoration: none;
4-
}
5-
body {
6-
margin: 20px 0;
7-
background: #cccccc url(img/bg.gif) repeat-y fixed center bottom;
8-
color: #333333;
9-
text-align: center;
10-
font-family: sans-serif,Arial;
11-
font-style: normal;
12-
font-variant: normal;
13-
font-weight: normal;
14-
font-size: 1em;
15-
line-height: normal;
16-
font-size-adjust: none;
17-
font-stretch: normal;
18-
}
19-
.logo a {
20-
background: #ffffff url(img/logo.png) no-repeat scroll 0% 50%;
21-
display: block;
22-
height: 300px;
23-
}
24-
.header {
25-
border-bottom: 1px solid #e5e5e5;
26-
background: #ffffff none repeat scroll 0% 50%;
27-
font-family: Arial;
28-
font-style: normal;
29-
font-variant: normal;
30-
font-weight: bold;
31-
font-size: 2.6em;
32-
font-size-adjust: none;
33-
font-stretch: normal;
34-
line-height: 3em;
35-
}
36-
.main {
37-
border-style: double;
38-
border-color: #e4e4e4 #cfcfcf #cccccc;
39-
border-width: 3px;
40-
margin: 20px auto 4px;
41-
background: #ffffff none repeat scroll 0% 50%;
42-
text-align: left;
43-
width: 760px;
44-
}
45-
.menu a {
46-
border-top: 1px solid #e5e5e5;
47-
border-right: 1px solid #cecece;
48-
background: #eeeeee none repeat scroll 0% 50%;
49-
color: #888888;
50-
float: left;
51-
padding-top: 4px;
52-
width: 149px;
53-
height: 36px;
54-
}
55-
.menu a span {
56-
padding-left: 6px;
57-
font-weight: bold;
58-
}
59-
.menu a:hover {
60-
background: #eeeeee url(img/bgmenu.gif) repeat-x scroll 0% 50%;
61-
color: #555555;
62-
}
63-
.menu a#last {
64-
border-right: medium none;
65-
width: 150px;
66-
}
67-
.container {
68-
margin: 10px;
69-
}
70-
.content {
71-
border-top: 1px solid #e5e5e5;
72-
background: #f5f5f5 none repeat scroll 0% 50%;
73-
clear: both;
74-
}
75-
.content h1 {
76-
margin: 0;
77-
font-family: sans-serif,Arial;
78-
font-style: normal;
79-
font-variant: normal;
80-
font-weight: bold;
81-
font-size: 1.1em;
82-
line-height: normal;
83-
font-size-adjust: none;
84-
font-stretch: normal;
85-
color: #666666;
86-
}
87-
.content p {
88-
margin: 3px 0 6px;
89-
color: #666666;
90-
}
91-
.item {
92-
padding: 10px;
93-
background: #fcfcfc url(img/bgitem.gif) repeat-x scroll 0% 50%;
94-
}
95-
.footer {
96-
padding: 5px;
97-
background: #f5f5f5 none repeat scroll 0% 50%;
98-
color: #666666;
99-
}
1+
a {
2+
color: #000000;
3+
text-decoration: none;
4+
}
5+
body {
6+
margin: 20px 0;
7+
background: #cccccc url(img/bg.gif) repeat-y fixed center bottom;
8+
color: #333333;
9+
text-align: center;
10+
font-family: sans-serif,Arial;
11+
font-style: normal;
12+
font-variant: normal;
13+
font-weight: normal;
14+
font-size: 1em;
15+
line-height: normal;
16+
font-size-adjust: none;
17+
font-stretch: normal;
18+
}
19+
.logo a {
20+
background: #ffffff url(img/logo.png) no-repeat scroll 0% 50%;
21+
display: block;
22+
height: 300px;
23+
}
24+
.header {
25+
border-bottom: 1px solid #e5e5e5;
26+
background: #ffffff none repeat scroll 0% 50%;
27+
font-family: Arial;
28+
font-style: normal;
29+
font-variant: normal;
30+
font-weight: bold;
31+
font-size: 2.6em;
32+
font-size-adjust: none;
33+
font-stretch: normal;
34+
line-height: 3em;
35+
}
36+
.main {
37+
border-style: double;
38+
border-color: #e4e4e4 #cfcfcf #cccccc;
39+
border-width: 3px;
40+
margin: 20px auto 4px;
41+
background: #ffffff none repeat scroll 0% 50%;
42+
text-align: left;
43+
width: 760px;
44+
}
45+
.menu a {
46+
border-top: 1px solid #e5e5e5;
47+
border-right: 1px solid #cecece;
48+
background: #eeeeee none repeat scroll 0% 50%;
49+
color: #888888;
50+
float: left;
51+
padding-top: 4px;
52+
width: 149px;
53+
height: 36px;
54+
}
55+
.menu a span {
56+
padding-left: 6px;
57+
font-weight: bold;
58+
}
59+
.menu a:hover {
60+
background: #eeeeee url(img/bgmenu.gif) repeat-x scroll 0% 50%;
61+
color: #555555;
62+
}
63+
.menu a#last {
64+
border-right: medium none;
65+
width: 150px;
66+
}
67+
.container {
68+
margin: 10px;
69+
}
70+
.content {
71+
border-top: 1px solid #e5e5e5;
72+
background: #f5f5f5 none repeat scroll 0% 50%;
73+
clear: both;
74+
}
75+
.content h1 {
76+
margin: 0;
77+
font-family: sans-serif,Arial;
78+
font-style: normal;
79+
font-variant: normal;
80+
font-weight: bold;
81+
font-size: 1.1em;
82+
line-height: normal;
83+
font-size-adjust: none;
84+
font-stretch: normal;
85+
color: #666666;
86+
}
87+
.content p {
88+
margin: 3px 0 6px;
89+
color: #666666;
90+
}
91+
.item {
92+
padding: 10px;
93+
background: #fcfcfc url(img/bgitem.gif) repeat-x scroll 0% 50%;
94+
}
95+
.footer {
96+
padding: 5px;
97+
background: #f5f5f5 none repeat scroll 0% 50%;
98+
color: #666666;
99+
}
100+
.footer span {
101+
margin: 0px;
102+
float: right;
103+
}

index.htm

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<meta name="author" content="Markus JEGGE"/>
99
<link rel="stylesheet" type="text/css" href="default.css"/>
1010
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
11-
<title>JEGGE Github</title>
11+
<title>JEGGE Github PLC programming</title>
1212
</head>
1313
<body>
1414
<div class="main">
1515
<div class="container">
1616
<div class="logo"><a href="index.htm"><span></span></a></div>
1717
<div class="menu">
18-
<a href="#JEGGEgit"><span>JEGGEgit</span></a>
18+
<a href="https://github.com/JEGGEgit" title="JEGGE Github" target="_blank"><span>JEGGEgit</span></a>
1919
<a href="#Projects"><span>Projects</span></a>
2020
<a href="#About" id="last"><span>About</span></a>
2121
</div>
@@ -49,7 +49,11 @@ <h1><a name="About">About</a></h1>
4949
</p>
5050
</div>
5151
</div>
52-
<div class="footer">&copy; 2025 <a href="index.htm">JEGGE Github</a>. Design by <a href="https://www.arcsin.se" title="Template from" target="_blank">Arcsin</a></div>
52+
<div class="footer">&copy; 2025 <a href="https://github.com/JEGGEgit" title="JEGGE Github" target="_blank">JEGGE Github</a>
53+
<img src="img/mail.gif" alt="email" title="email to" width="16" height="16" border="0" align="top">
54+
<a href="&#109;&#097;&#105;&#108;&#116;&#111;&#058;&#105;&#110;&#103;&#046;&#109;&#097;&#114;&#107;&#117;&#115;&#046;&#106;&#101;&#103;&#103;&#101;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;" title="&#105;&#110;&#103;&#046;&#109;&#097;&#114;&#107;&#117;&#115;&#046;&#106;&#101;&#103;&#103;&#101;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">Ing. Markus Jegge</a>
55+
<span>Design by <a href="https://www.arcsin.se" title="this template made by" target="_blank">Arcsin</a></span>
56+
</div>
5357
</div>
5458
</div>
5559
</body>

0 commit comments

Comments
 (0)