-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (52 loc) · 2.85 KB
/
index.html
File metadata and controls
54 lines (52 loc) · 2.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--BOOTSTRAP STUFF -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin="anonymous"
/>
<!--END BOOTSTRAP INTERGRATION STUFF-->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"></script>
<!--Bootstrap icons-->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css"
/>
<!-- Font Awesome-->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
rel="stylesheet"
/>
<!-- Google Fonts-->
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
rel="stylesheet"
/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LDD Organization GitHub Page</title>
</head>
<body>
<main class="min-vh-100 align-items-center justify-content-center container w-100">
<h3 id="welcome-to-the-logan-dag-dev-ldd-organization-">Welcome to the <em>"Logan Dag Dev (LDD)"</em> Organization!</h3>
<h2 id="about">About</h2>
<p>We are an organization focused around Faith in God, helping others, bringing people together, and doing it all through technology and using it for good and God's glory. The purpose of this github organization is:</p>
<ul>
<li>track projects</li>
<li>Keep the public up to date</li>
<li>Allow others to contribute to projects</li>
<li>Allow a majority of projects be open-source</li>
<li>And allow others to communicate in a community of others who are like-minded</li>
</ul>
<p>We are a small organization with limited resources, we will do the best we can to help others, do as much as we can, and review forks, commits, etc in a timely manner. This is just for community projects and anything that might require a team, my personal projects will be hosted on my personal repository area <a href="https://github.com/loganDag">Here.</a> This Organization will also only have a GitHub page link <a href="https://logandagdev.github.io/.github/">Here</a> for right now. Please visit the actual GitHub page <a href="https://github.com/logandagdev">Here</a> for more information.</p>
</main>
</body>
</html>