Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
web
Commits
81273ecf
Commit
81273ecf
authored
Jul 23, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated readme
parent
c8af8a41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
33 deletions
+28
-33
README.md
README.md
+28
-33
No files found.
README.md
View file @
81273ecf
The files linked to in resources are not included in the archive,
The site has been tested in Firefox 22.0 (Desktop), Chrome 28.0
to limit the size of the archive.
(Desktop), Chrome 28.0 (Android 4.3), Firefox 22.0 (Android 4.3), Opera
Mini 7.5 (Android 4.3). Opera Mini faired well, but missed a few steps.
Probably won't work well in IE < 9.
The
site has been tested in Firefox 22.0 (Desktop), Chrome 28.0
The
weird font sizes on Chrome and Firefox on Android are due to font
(Desktop), Chrome 28.0 (Android 4.3), Firefox 22.0 (Android 4.3),
boosting. I'll keep it enabled because it does vastly improve
Opera Mini 7.5 (Android 4.3). Opera Mini faired well, but missed
legibility, and also fits the page (horizontally) within the screen. To
a few steps. Probably won't work well in IE < 9.
disable it, add this meta tag to the head element in each page:
The weird font sizes on Chrome and Firefox on Android are due to
```
html
font boosting. I'll keep it enabled because it does vastly improve
legibility, and also fits the page (horizontally) within the screen.
To disable it, add this meta tag to the head element in each page:
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
```
Status of the exercises:
Or, alternatively:
1.
Title - all pages.
2.
3+ Headings - index.html
3.
Some paragraphs - index.html
4.
1+ Ordered lists - index.html
5.
1+ Unordered lists - all pages.
6.
1+ Tables - acad.html
7.
Some line-breaks - all pages
8.
Some horizontal lines - index.html
9.
Some comments - index.html
10.
Various text styles - index.html
11.
Internal bookmarks - resources.html to acad.html
12.
Links to internal pages - all pages (via sidebar).
13.
Links to external websites - contact.html
14.
Relative links - all pages.
15.
Embedded images - all pages (via footer).
16.
Styles within tags - index.html
17.
Styles in style tag - not done (only acad.html needed
a specific style, and I
moved that to styles/acad.css.)
18.
Separate CSS file - all pages via style.css,
acad.html via styles/acad.html.
19.
Special characters - acad.html
```
html
<meta
name=
"HandheldFriendly"
content=
"true"
>
```
The site is written for Jekyll as used by Github Pages, and that is
installed on mars. The site is updated using:
```
sh
cd
~/devel/web
&&
/usr/local/bin/jekyll build
-d
/users/pg13/murukesh/public_html
-w
--config
_config.yml,_sitename.yml
```
`_sitename.yml`
is my way of tricking Jekyll into adding a
`root_url`
to
the generated URLs. On Github, the file isn't read and
`root_url`
is
empty, leading to absolute URLs from the root of the site. On the CSE
home folder,
`_sitename.yml`
defines
`root_url`
to be
`~murukesh`
,
making the URLs relative to my home directory.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment