Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

home page added #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
7 changes: 7 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\main.css",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/cleanstate/v15/.suo
Binary file not shown.
1,025 changes: 1,025 additions & 0 deletions .vs/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added .vs/slnx.sqlite
Binary file not shown.
153 changes: 153 additions & 0 deletions app.html

Large diffs are not rendered by default.

Binary file added cfn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
129 changes: 129 additions & 0 deletions clean-slate.html

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1 ,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Code for nashvile expongment tool </title>
<link rel="stylesheet" type="text/css" href="main.css">

</head>
<body>
<h1>code for nashvile expongtion tool </h1>


<div class="card animated bar bounceInUp " style="width: 100%; height:100%">
<div class="card-body">
<h5 class="card-title">code for nashville </h5>
<h6 class="card-subtitle mb-2 text-muted">expongtion tool</h6>
<p class="card-text">have you ever considered what it would feel like to finaliy be free of that nagging bad record of your's </p>
<a href="https://ccc.nashville.gov/about-our-services/expungement-information/" class="card-link">what is Expongtion? </a>
<a href="app.html" class="card-link">Expongtion tool </a>
</div>
</div>

<div class="options"></div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<footer>
<h1>copy right code for nashvile </h1>
<a href="http://www.codefornashville.org"><h2> more code nashvile stuff</h2></a>
</footer>


</body>
</html>
12 changes: 12 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

/* this is the main css page feel free to add css here*/
body{
background-color: #fff7ad;
}
.bar {
animation-duration: 3s;
animation-iteration-count: 1;
}
footer {
background-color: #404040;
}