Preset Styles
Preset styles
Open Invitation
Join me in my incredible journey to the wonderful and mesmerizing land called Georgia, a country in the Caucasus known in ancient times as Iberia and Colchis. It is famous for its millennia-old history and traditions and distinguished by its unbelievably rich landscapes and biodiversity.
This country - less than one one-hundredth the size of Western Europe - offers an amazing diversity of climate zones. Within hours by car you can switch from enjoying subtropics to skiing or contemplating the eternal ice enveloping the Caucasus Mountains; or from soaking in the warm waters of the Black Sea (in the moderately humid Mediterranean-type of climate) to meditating on eternal questions in the deserts of Georgia's dry continental climatic zone.
Just think about it! The word wine in many languages of the world, including English, stems from the Georgian word ghvino. And it is no coincidence. After all, Georgia is regarded as the universal cradle of winemaking!
Take care of one another and keep on reading my dears.
David Gorji
David Gorji, an American of Caucasus Georgian descent, describes his quest to seek his ancestral roots where he discovers a gorgeous land called Georgia and it most hospitable inhabitants, the Georgians. Gorji's excitement at learning about his newly reclaimed homeland is evident in his fireside-like narration about this marvelous country, its rich history and culture, amazing heritage and millennia-old winemaking and feasting traditions.
Blurbs
Your best guide to my home country, Georgia in the Caucasus.
Zaza Pachulia, NBA star
A beautifully written and extremely readable book. I was gripped from page one. I like the way the book is written in the form of a relaxed conversation with the reader. This is not a book to rush, but one to read, return to, dip in and out of, and use as a reference book to try to better understand this wonderful country.
David Brewer
Director at Media Ideas International Ltd
Founder and Editor at Media Helping Media
David Gorji has written a fascinating and quirky meditation on Georgia, in all its gorgeous complexity. He seduces the reader to follow him on an intensely personal quest for the meaning of Georgia as a country, a people and a language.
Jonathan Levi
Co-Founder/Granta Magazine
I love the Georgian Gorgeous or Gorgeous Georgians! This book was so exciting to read not only rich with history and ancestry, but filled with subtle humor and wisdom. David Gorji is a genius!
Pam Forsyth
General Manger/ Lilly Broadcasting
A panoramic, diverse and playful rereading of some major Georgian national narratives and the cultural memory of this people. With gorgeous pictures and images.
Zurab Karumidze, author of “Dagny, or a Love Feast”
Georgian Gorgeous or Gorgeous Georgians? Georgia in untold way
On his quest to discover his Georgian heritage, David Gorji uncovers the roots of the ancient language, the country’s divine origin and its beautiful landscape - and discovers some of Georgia’s best-kept secrets along the way.
Where do I come from?
For many years David Gorji was plagued by his constant curiosity for the answer to this question. Growing up in America, Gorji identified with the western world but he longed to know about his past. So Gorji began researching, spoke to historians all over Georgia, and gathered a myriad of information – and published a book that showcases Georgia in a unique and untold way.
"Most books about Georgia are written by Georgians for Georgians and then translated into English so I don’t think you can expect Westerners to understand fully and become engaged, so the idea was to write something for Westerners in a way that would interest them,” Gorji said.
Now aged in his 50’s, Gorji found some time on his hands and was prompted to begin writing a book. Once the seed was planted in his head, Gorji began the research phase. "I came to Georiga, learnt Georgian and I learnt everything I could have possibly learnt,” Gorji told Agenda.ge
And on his journey he was surprised by what he found.
Journalist of agenda.ge
Template Typography
Typography is a fundamental part of a template, providing you with the tools to characterize your content and bring it to life. Expose integrated and nicely blended with Bootstrap's Typography to enhance your typography experience.
Heading Style
h1. Heading 1
h2. Heading 2
h3. Heading 3
h4. Heading 4
h5. Heading 5
h6. Heading 6
Default List Style
Unordered List
- Facilisis in pretium nisl aliquet
- Nulla volutpat aliquam velit
- Vestibulum laoreet porttitor sem
- Faucibus porta lacus fringilla vel
Ordered List
- Lorem ipsum dolor sit amet
- Consectetur adipiscing elit
- Integer molestie lorem at massa
- Facilisis in pretium nisl aliquet
Typographic components Page header and hero unit for segmenting content
Expose provides a lightweight, flexible component called a hero unit to showcase content on your site. It works well on marketing and content-heavy sites.
Markup
Wrap your content in a div
like so:
- <div class="hero-unit">
- <h1>Heading</h1>
- <p>Tagline</p>
- <p>
- <a class="btn btn-primary btn-large">
- Learn more
- </a>
- </p>
- </div>
Hello, world!
This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.
Blockquotes
- <blockquote>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis.</p>
- <small>Someone famous</small>
- </blockquote>
Default blockquotes are styled as such:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis.
Someone famous in Body of work
To float your blockquote to the right, add class="pull-right"
:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis.
Someone famous in Body of work
Code Inline and block code snippets
This is a sample <pre>...</pre> tag: div.ex-block div.bx1 { background: url(../images/box_bl.png) 0 100% repeat; } div.ex-block div.bx2 { background: url(../images/box_tr.png) 100% 0 repeat; }
This is a sample <pre class="prettyprint">...</pre> tag: div.ex-block div.bx1 { background: url(../images/box_bl.png) 0 100% repeat; } div.ex-block div.bx2 { background: url(../images/box_tr.png) 100% 0 repeat; }
Inline labels Label and annotate text
Labels | Markup |
---|---|
Default |
<span class="label">Default</span>
|
Success |
<span class="label label-success">Success</span>
|
Warning |
<span class="label label-warning">Warning</span>
|
Important |
<span class="label label-important">Important</span>
|
Info |
<span class="label label-info">Info</span>
|
Alerts Styles for success, warning, and error messages
Nav, tabs, and pills Highly customizable list-style navigation
Stacked tabs
- <ul class="nav nav-tabs nav-stacked">
- ...
- </ul>
Stacked pills
- <ul class="nav nav-pills nav-stacked">
- ...
- </ul>
Example nav list
Take a list of links and add class="nav nav-list"
:
- <ul class="nav nav-list">
- <li class="nav-header">
- List header
- </li>
- <li class="active">
- <a href="#">Home</a>
- </li>
- <li>
- <a href="#">Library</a>
- </li>
- ...
- </ul>
Example with icons
Same example, but with <i>
tags for icons.
- <ul class="nav nav-list">
- ...
- <li>
- <a href="#">
- <i class="icon-book"></i>
- Library
- </a>
- </li>
- ...
- </ul>
Icons Text style
Buttons
Button | Class | Description |
---|---|---|
.btn |
Standard gray button with gradient | |
.btn-primary |
Provides extra visual weight and identifies the primary action in a set of buttons | |
.btn-info |
Used as an alternate to the default styles | |
.btn-success |
Indicates a successful or positive action | |
.btn-warning |
Indicates caution should be taken with this action | |
.btn-danger |
Indicates a dangerous or potentially negative action | |
.btn-inverse |
Alternate dark gray button, not tied to a semantic action or use |
Multiple sizes
Fancy larger or smaller buttons? Add .btn-large
, .btn-small
, or .btn-mini
for two additional sizes.
Button with icons
Tables For, you guessed it, tabular data
1. Default table styles
Tables are automatically styled with only a few borders to ensure readability and maintain structure. With 2.0, the .table
class is required.
<table class="table"> … </table>
# | First Name | Last Name | Language |
---|---|---|---|
1 | Mark | Otto | CSS |
2 | Jacob | Thornton | Javascript |
3 | Stu | Dent | HTML |
2. Striped table
Get a little fancy with your tables by adding zebra-striping—just add the .table-striped
class.
Note: Striped tables use the :nth-child
CSS selector and is not available in IE7-IE8.
<table class="table table-striped"> … </table>
# | First Name | Last Name | Language |
---|---|---|---|
1 | Mark | Otto | CSS |
2 | Jacob | Thornton | Javascript |
3 | Stu | Dent | HTML |
3. Bordered table
Add borders around the entire table and rounded corners for aesthetic purposes.
<table class="table table-bordered"> … </table>
# | First Name | Last Name | Language |
---|---|---|---|
1 | Mark Otto | CSS | |
2 | Jacob | Thornton | Javascript | 3 | Stu | Dent |
3 | Brosef | Stalin | HTML |
4. Condensed table
Make your tables more compact by adding the .table-condensed
class to cut table cell padding in half (from 8px to 4px).
<table class="table table-condensed"> … </table>
# | First Name | Last Name | Language |
---|---|---|---|
1 | Mark | Otto | CSS |
2 | Jacob | Thornton | Javascript |
3 | Stu | Dent | HTML |
5. Combine them all!
Feel free to combine any of the table classes to achieve different looks by utilizing any of the available classes.
<table class="table table-striped table-bordered table-condensed"> ... </table>
# | First Name | Last Name | Language |
---|---|---|---|
1 | Mark | Otto | CSS |
2 | Jacob | Thornton | Javascript |
3 | Stu | Dent | HTML |
4 | Brosef | Stalin | HTML |