Skip to content
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
50 changes: 50 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc

# Numerous always-ignore extensions
###################
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~

*.sass-cache
# Folders to ignore
###################
.hg
.svn
.CVS
# OS or Editor folders
###################
.DS_Store
Icon?
Thumbs.db
ehthumbs.db
nbproject
.cache
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
# Dreamweaver added files
###################
_notes
dwsync.xml
# Komodo
###################
*.komodoproject
.komodotools
2 changes: 1 addition & 1 deletion INSTRUCTIONS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Attribute requirements:
orange: #CC6600
black:#202020
grey: #666666
fonts: Georgia,"Times New Roman",Times,serif and Arial,"MS Trebuchet",sans-serif
fonts: Georgia,"Times New Roman",Times,serif and Arial,"MS Trebuchet",sans-serif
headline font size: 18px
article text size: 14px
photo cutline size: 12px
Expand Down
6 changes: 3 additions & 3 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>
Texas puts perfect mark on line at Kansas State
</h1>
<!-- end article title -->

<!-- main article info (byline, user options, and article text) -->
<div id="article-main">
<!-- byline -->
Expand All @@ -35,7 +35,7 @@ <h3>AMERICAN-STATESMAN STAFF</h3>
</p>
</div>
<!-- end byline -->

<!-- user options -->
<div id="options">
<a href="#comment" class="comment">Post a Comment</a> | <a href="#email" class="email">E-mail</a> | <a href="#print" class="print">Print</a> | <a href="#share" class="share">Share</a> | <div class="resize"><a class="larger">Larger Type</a></div>
Expand Down Expand Up @@ -68,7 +68,7 @@ <h3>AMERICAN-STATESMAN STAFF</h3>
<!-- end article text -->
</div>
<!-- end main article info -->

<!-- photo sidebar -->
<div id="photo-sidebar">
<img src="../images/basketball.jpg" alt="Damion James, Avery Bradley on alert against Texas A&amp;M's David Loubeau" width="169" height="265" />
Expand Down