Skip to content

Commit

Permalink
service optional;open facetime/email in contacts;add way to override BS
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccapeltz committed Mar 29, 2024
1 parent fc35362 commit 85eb415
Show file tree
Hide file tree
Showing 7 changed files with 166 additions and 274 deletions.
26 changes: 9 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,22 @@ The above copyright notice and this permission notice shall be included in all c

### Images

#### Fake Image
[Fake Image](https://betterplaceholder.com/)

https://betterplaceholder.com/
[Raw Pixel Public Domain Collection](https://www.rawpixel.com/public-domain/rawpixel-collection)

#### Unsplash.it
[Picsum Photos](https://picsum.photos/)

https://picsum.photos/

[Unsplash](https://unsplash.com/)

#### Unsplash

https://unsplash.com/

#### Pexels

https://www.pexels.com/
[Pexels](https://www.pexels.com/)

### Text

#### Lorem Ipsum

https://loremipsum.io/
[Lorem Picsum](https://loremipsum.io/)

#### chat gpt (AI)
[Chat GPI AI](https://chatgpt.com/)

https://chatgpt.com/
### Fonts

[Google Fonts](https://fonts.google.com/)
16 changes: 8 additions & 8 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>(Site Name)</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="(description of website)" />
<meta name="author" content="(name of author)" />
<title>(Site or Page Identifier)</title>
<!-- Favicon-->
<!-- <link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> -->
<!--use a small image for favicon-->
<link rel="icon" type="image/png" href="(favicon image)" />

<!-- Custom -->
<link href="./css/custom.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="./css/styles.css" rel="stylesheet" />
</head>

<body>
Expand All @@ -28,7 +29,6 @@
<li class="nav-item"><a class="nav-link" aria-current="page" href="./">Home</a></li>
<li class="nav-item"><a class="nav-link active" href="#!">About</a></li>
<li class="nav-item"><a class="nav-link" href="./contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="./services.html">Services</a></li>
</ul>
</div>
</div>
Expand Down
118 changes: 0 additions & 118 deletions bootstrap.md

This file was deleted.

20 changes: 10 additions & 10 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>(Site Name)</title>
<meta name="description" content="(description of website)" />
<meta name="author" content="(name of author)" />
<title>(Site or Page Identifier)</title>
<!-- Favicon-->
<!-- <link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> -->
<!--use a small image for favicon-->
<link rel="icon" type="image/png" href="(favicon image)" />

<!-- Custom -->
<link href="./css/custom.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="./css/styles.css" rel="stylesheet" />
</head>

<body>
Expand All @@ -28,7 +29,6 @@
<li class="nav-item"><a class="nav-link" aria-current="page" href="./">Home</a></li>
<li class="nav-item"><a class="nav-link" href="./about.html">About</a></li>
<li class="nav-item"><a class="nav-link active" href="#!">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="./services.html">Services</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -123,16 +123,16 @@ <h2 class="h1-responsive font-weight-bold text-center my-4">Contact us</h2>
<!--Grid column-->
<div class="col-md-3 text-center">
<ul class="list-unstyled mb-0">
<li><i class="fas fa-map-marker-alt fa-2x"></i>
<li>
<p>(City, State, Zip, Country)</p>
</li>

<li><i class="fas fa-phone mt-4 fa-2x"></i>
<p><a href="tel:(phone number)">(phone number)</a></p>
<p><a class="btn btn-primary w-50" role="btn" href="tel:(phone number)">(phone number)</a></p>
</li>

<li><i class="fas fa-envelope mt-4 fa-2x"></i>
<p><a href="mailto:(email)">(email)</a></p>
<p><a class="btn btn-primary w-50" role="btn" href="mailto:(email)">(email)</a></p>
</li>
</ul>
</div>
Expand Down
4 changes: 4 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* overwrite bootstrap color white */
.navbar-brand {
color: yellow !important;
}
Loading

0 comments on commit 85eb415

Please sign in to comment.