Skip to content

Commit c8a7ef7

Browse files
Update index.html
1 parent 3a5d310 commit c8a7ef7

File tree

1 file changed

+0
-90
lines changed

1 file changed

+0
-90
lines changed

index.html

Lines changed: 0 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Drive-for-Java Organization</title>
7-
<style>
8-
body {
9-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
10-
line-height: 1.6;
11-
margin: 0;
12-
padding: 0;
13-
background-color: #f6f8fa;
14-
color: #24292e;
15-
}
16-
.container {
17-
max-width: 960px;
18-
margin: 0 auto;
19-
padding: 20px;
20-
}
21-
.header {
22-
background-color: #24292e;
23-
color: #ffffff;
24-
padding: 20px;
25-
text-align: center;
26-
border-bottom: 1px solid #e1e4e8;
27-
}
28-
.header h1 {
29-
margin: 0;
30-
font-size: 2.5em;
31-
}
32-
.main-content {
33-
background-color: #ffffff;
34-
padding: 40px;
35-
margin-top: 20px;
36-
border: 1px solid #d1d5da;
37-
border-radius: 6px;
38-
}
39-
.main-content h2 {
40-
font-size: 1.8em;
41-
border-bottom: 1px solid #eaecef;
42-
padding-bottom: 10px;
43-
margin-top: 0;
44-
}
45-
.main-content p {
46-
font-size: 1.1em;
47-
}
48-
.footer {
49-
text-align: center;
50-
padding: 20px;
51-
margin-top: 20px;
52-
color: #586069;
53-
font-size: 0.9em;
54-
}
55-
.btn {
56-
display: inline-block;
57-
padding: 10px 20px;
58-
font-size: 1em;
59-
color: #ffffff;
60-
background-color: #0366d6;
61-
text-decoration: none;
62-
border-radius: 6px;
63-
transition: background-color 0.2s;
64-
}
65-
.btn:hover {
66-
background-color: #005cc5;
67-
}
68-
</style>
69-
</head>
70-
<body>
71-
<div class="header">
72-
<h1>Welcome to Drive-for-Java</h1>
73-
</div>
741

75-
<div class="container">
76-
<div class="main-content">
77-
<h2>About Our Organization</h2>
78-
<p>Welcome to the official website for the <strong>Drive-for-Java</strong> organization. We are dedicated to building and maintaining high-quality Java projects.</p>
79-
<p>Our mission is to foster a collaborative environment for developers to learn, contribute, and create amazing software together.</p>
80-
81-
<h2>Our Projects</h2>
82-
<p>Explore our repositories on GitHub to see what we're working on. We welcome contributions from the community!</p>
83-
<a href="https://github.com/Drive-for-Java" class="btn">View on GitHub</a>
84-
</div>
85-
</div>
86-
87-
<div class="footer">
88-
<p>&copy; 2024 Drive-for-Java. All rights reserved.</p>
89-
</div>
90-
</body>
91-
</html>

0 commit comments

Comments
 (0)