Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
b715e76
my first commit
Aug 20, 2025
0d0bdc4
Adding more text
Aug 20, 2025
4833d70
Adding new file
Aug 20, 2025
dea1f31
More changes
Aug 20, 2025
6a1c7a8
Add level1file.txt
Aug 20, 2025
d4e84da
Renaming
Aug 20, 2025
ed694e5
moving files level2 to level 3
Aug 20, 2025
8d13556
remove file to back
Aug 20, 2025
14f4d68
deleting hipster
Aug 20, 2025
6b296d3
Deleting level 1 and all childerns
Aug 20, 2025
59448c6
gitignore added
Aug 29, 2025
5a7dbff
Excluding log file directory
Aug 29, 2025
c7d49db
Read me
Aug 29, 2025
5728198
f
Aug 29, 2025
9b0db3f
a
Aug 29, 2025
d8952a3
Changing title of HTML
Aug 29, 2025
bb989ca
copyrigt
Aug 29, 2025
3d04f60
a
Aug 29, 2025
2456160
Adding team memeber to humans
Aug 29, 2025
1dc5b2d
a
Aug 29, 2025
59ef9c1
Making changes to simple
Sep 1, 2025
bb0371f
Adding conflict changes for git example.
Sep 1, 2025
4330004
Done resolving merge
Sep 1, 2025
5f6cf67
uptading gitignore file
Sep 1, 2025
1380803
Thx
Sep 1, 2025
8790d4a
adding
Sep 1, 2025
74d495f
Addin another change
Sep 1, 2025
96184cd
Merge branch 'myfeature'
Sep 1, 2025
215128b
mb
Sep 1, 2025
8c9f165
mb conflict
Sep 1, 2025
efcad0d
fb adding some trouble
Sep 1, 2025
157e8df
Adding changes
Sep 1, 2025
19c05d9
remote: minor
bthncrks1 Sep 1, 2025
daff9c4
local: uptating
Sep 1, 2025
87d907f
Merge branch 'simple-changes'
Sep 1, 2025
e7c21cd
quick fixes
Sep 1, 2025
69a4c1c
html update
Sep 1, 2025
b1be1a9
quick fix for README
Sep 1, 2025
7557ba6
Updates to human file
Sep 1, 2025
bfa75f1
.
Sep 1, 2025
4300aeb
a
Sep 2, 2025
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 .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Ds.txt
log/
*.orig
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Starter Web Repo
# Starter Web Project

This repository is for showing how Git and GitHub work
aa
addin a line
aaaaargdfd
## Introduction

## Deployment

## Purpose

Sample website with plenty of files for demos
Sample website with plenty of files for demos

## How to Controbute
Please fork thish repository and then issue Pull Requests for review
### Copyright
2025 Bthn all rights reserved
6 changes: 3 additions & 3 deletions humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# The humans responsible & technology colophon

# TEAM

Bthn [email protected] @bthn
<name> -- <role> -- <twitter>

# THANKS

<name>
<All students>

# TECHNOLOGY COLOPHON

HTML5, CSS3
jQuery, Modernizr
jQuery, Modernizr,jira
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<p class="browsehappy">You are qwqwqwqwwwqwqwqwqwqwqwqs using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
Expand All @@ -45,7 +45,7 @@
<div class="form-group">
<input type="password" placeholder="Password" class="form-control">
</div>
<button type="submit" class="btn btn-success">Sign in</button>
<button type="submit" class="btn btn-success">Login</button>
</form>
</div><!--/.navbar-collapse -->
</div>
Expand Down
19 changes: 16 additions & 3 deletions simple.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<!DOCTYPE html>
<!--
Copyright
addding changes from master bbranch


-->
<head>
<title></title>
<title>A Very Respectfull Websit tag </title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<style>
body {
Expand All @@ -14,11 +20,18 @@
<main class="container">
<!-- Content Goes Here -->
<p>
Just some content
I'm not sure what to say, but I want to be respectful.
I'm not sure what to say, but I want to be respectful. bbbb
</p>
</main>
<footer class="container">
<p>&copy; Company 2014</p>
<p>&copy; Bthn 2014</p>
Some interesting content goes here.
adhvgksl
</p>
</main>
<footer class="container">
<p>&copy; Git Training 2014 all rights reserved.</p>
</footer>
</body>
</html>