Instant ebooks textbook CSS Framework Alternatives: Explore Five Lightweight Alternatives to Bootstrap and Foundation with Project Examples Aravind Shenoy download all chapters
Instant ebooks textbook CSS Framework Alternatives: Explore Five Lightweight Alternatives to Bootstrap and Foundation with Project Examples Aravind Shenoy download all chapters
com
https://textbookfull.com/product/css-framework-alternatives-
explore-five-lightweight-alternatives-to-bootstrap-and-
foundation-with-project-examples-aravind-shenoy/
OR CLICK BUTTON
DOWNLOAD NOW
https://textbookfull.com/product/alternatives-to-conventional-food-
processing-andrew-proctor/
textboxfull.com
https://textbookfull.com/product/practical-bootstrap-learn-to-develop-
responsively-with-one-of-the-most-popular-css-frameworks-panos-
matsinopoulos/
textboxfull.com
https://textbookfull.com/product/alternatives-in-regulated-river-
management-first-edition-gore/
textboxfull.com
Enabling Urban Alternatives: Crises, Contestation, and
Cooperation Jens Kaae Fisker
https://textbookfull.com/product/enabling-urban-alternatives-crises-
contestation-and-cooperation-jens-kaae-fisker/
textboxfull.com
https://textbookfull.com/product/our-energy-future-resources-
alternatives-and-the-environment-second-edition-natowitz/
textboxfull.com
https://textbookfull.com/product/alternatives-to-suicide-beyond-risk-
and-toward-a-life-worth-living-1st-edition-andrew-page/
textboxfull.com
https://textbookfull.com/product/contrastiveness-in-information-
structure-alternatives-and-scalar-implicatures-1st-edition-chungmin-
lee/
textboxfull.com
https://textbookfull.com/product/postdevelopment-in-practice-
alternatives-economies-ontologies-1st-edition-elise-klein-editor/
textboxfull.com
CSS Framework
Alternatives
Explore Five Lightweight Alternatives
to Bootstrap and Foundation with
Project Examples
—
Aravind Shenoy
Anirudh Prabhu
CSS Framework
Alternatives
Explore Five Lightweight
Alternatives to Bootstrap and
Foundation with Project
Examples
Aravind Shenoy
Anirudh Prabhu
CSS Framework Alternatives
Aravind Shenoy Anirudh Prabhu
Mumbai, Maharashtra, India Mumbai, India
v
Table of Contents
vi
Table of Contents
Index�������������������������������������������������������������������������������������������������169
vii
About the Authors
Aravind Shenoy A marketing expert by
profession, Aravind’s core interests are
technical writing, content writing, content
development, web design, and business
analysis. He was born and raised in Mumbai
and still resides there. A music buff, he
loves listening to rock ’n’ roll and rap. Oasis,
R.E.M., The Doors, Dire Straits, Coldplay,
Jimi Hendrix, and Michael Jackson rule his
playlists.
He firmly believes in this motto: “We are here for a good time, not a
long time. Be happy perennially.”
ix
About the Technical Reviewer
Ferit Topcu is a software developer who has
spent the last few years working and exploring
the Web and JavaScript. He’s been in web
development for more than five years and has
worked in different areas including research
topics, social media analytics, and the Internet
of Things. He recently joined one of Europe’s
biggest e-commerce companies, Zalando.
At Zalando, he is developing web applications
to improve its whole retail process.
Ferit has a master’s degree in computer engineering from TU Berlin
and is a father of two. His free time is spent with family and friends and
contributing to open source projects.
xi
Acknowledgments
As I stride through this journey of life, I want to take this opportunity to
thank every person who has stood by me, especially those who believed
in me when others said “Don’t encourage him.” Well, life is like that, and
indeed life is beautiful. It couldn’t have been better. Thanks to everyone
who provided the right support when I needed it the most.
—Aravind Shenoy
xiii
CHAPTER 1
Choosing Lightweight
Frameworks for
Intuitive Web Design
When it comes to web design, Bootstrap, Foundation, and Materialize are
probably the first frameworks that come to a designer’s mind, given their
massive range of components and attributes. However, when talking about
light web projects, you do not usually need a comprehensive framework
like Bootstrap or Foundation (again, depending on the complexity of your
project). Usually, to build a small web site, lightweight frameworks can do
the job effectively and cut down the bulk, or noise, associated with massive
frameworks. For example, if your web site merely needs something like a
grid or some popular components commonly found in most frameworks,
then you should consider a lightweight framework.
Moreover, developing web sites and web applications from scratch is
quite a tedious process as it involves writing a sizeable amount of code.
Maintaining that code while the web site evolves adds to the complexity.
Coding from scratch (as we like to call it) is quite an endeavor, and a
framework can help you write a few lines of code and incorporate reusable
sets of commonly used code that you can maintain quite easily. Clean
coding and upkeep are tasks easily achieved using a framework.
2
Chapter 1 Choosing Lightweight Frameworks for Intuitive Web Design
In this book, you will get a glimpse into front-end frameworks, which
basically are pre-prepared packages containing the structure of files and
folders of Hypertext Markup Language (HTML) and CSS documents (some
with JavaScript functions), which help designers and developers build
interactive and immersive web sites.
Frameworks allow you to use a common standardized structure that
cuts out much of the groundwork of writing code from scratch and helps
you reuse components, modules, and libraries, freeing you up to focus on
core tasks at a high level.
• Typography elements
• Cross-browser compatibility
• Utility classes
• Navigational elements
3
Chapter 1 Choosing Lightweight Frameworks for Intuitive Web Design
• Cross-browser compatibility
• Grid-based design
• Easy-to-build prototypes
• Solid documentation
• Accessibility
A budding developer can find it difficult to build web sites just based
on pure HTML, CSS, and JavaScript. In addition, grid-based layouts help
budding designers to position, structure, and design the layout quite easily.
You do not have to reinvent the wheel, meaning you can get some hands-
on experience without the intricacies and dilemmas that you will come
across when you code from scratch. Good and clean coding practices are
imperative when you grow as a web designer, and frameworks are all about
awesome cohesiveness and consistent coding that will hold you in good
stead in times to come.
4
Chapter 1 Choosing Lightweight Frameworks for Intuitive Web Design
B
ootstrap
Bootstrap is the most popular mobile-first framework in web design; it’s
used extensively by developers across the globe (Figure 1-1). You can find
more information on the official web site at http://getbootstrap.com/.
5
Chapter 1 Choosing Lightweight Frameworks for Intuitive Web Design
F oundation
Foundation was the earliest responsive framework and is as massive and
advanced as Bootstrap for building web products and services (Figure 1-2).
Foundation comes with cool features such as Flex Grid and Motion UI. The
latest version, Foundation 6, is quicker, is lighter in size compared to its
earlier versions, and is a solid front-end framework for designing beautiful
web sites, e-mails, and apps that look good on any device. You can find more
information on the official web site at http://foundation.zurb.com/.
6
Chapter 1 Choosing Lightweight Frameworks for Intuitive Web Design
M
aterialize
Materialize is a modern front-end framework based on Google’s Material
Design philosophy that helps developers build and design immersive web
sites (Figure 1-3). You can find more information on the official web site at
http://materializecss.com/.
7
Chapter 1 Choosing Lightweight Frameworks for Intuitive Web Design
S
keleton
As mentioned earlier, sometimes you don’t need a large framework,
especially if you are embarking on a small project. Skeleton is a simple,
responsive boilerplate and is extremely lightweight with 400 lines of code
and with a mobile-based philosophy (Figure 1-4). You can find more
information on the official web site at http://getskeleton.com/.
8
Chapter 1 Choosing Lightweight Frameworks for Intuitive Web Design
M
illigram
Milligram is a minimalistic framework with just enough styles for small
and interactive web sites (Figure 1-5). Its zipped file size is only 2KB. It
comes with a mobile-first philosophy and supports the modern browser
versions of Chrome, Firefox, Safari, IE, and Opera. Its cutting-edge features
include the FlexBox grid system, and it is a simple, top-notch framework
from a usability point of view. You can find more information on the
official web site at http://milligram.io/.
9
Chapter 1 Choosing Lightweight Frameworks for Intuitive Web Design
U
Ikit
UIkit is a light and modular front-end framework for developing faster and
powerful web interfaces (Figure 1-6). It has a massive collection of HTML,
CSS, and JavaScript components and modules that can be extended with
themes. It is flexible because it can be customized to give a unique feel to
your web sites. You can find more information on the official web site at
https://getuikit.com/v2/.
10
Chapter 1 Choosing Lightweight Frameworks for Intuitive Web Design
S
usy
In today’s era of agile development and constant changes, the layout
designs are crucial and cannot be restricted to a single framework,
especially if your web site is intricate design-wise. With Susy (Figure 1-8),
the settings are not set in stone, meaning you can use its integrated
Sass-based libraries to create immersive layouts with potent structural
designs. Susy is not a typical framework but more of a UI utility as it
simplifies and streamlines the task of designing intricate grid layouts.
You can find more information on the official web site at http://susy.
oddbird.net/.
11
Chapter 1 Choosing Lightweight Frameworks for Intuitive Web Design
Choosing a Framework
As you can see, we have covered many popular frameworks. Choosing
the right framework is quite important and depends on the needs and
requirement of your projects. Some frameworks are bloated, meaning
they have too many built-in styles, which might not be required for a small
project.
The following are some of the factors that you should consider when
choosing a framework:
12
Chapter 1 Choosing Lightweight Frameworks for Intuitive Web Design
There are several other factors such as the ease of use, speed of
configuration, usability, features, widgets, components, long-term support,
and reliability that you need to consider when choosing a framework. In
summary, you need to choose your framework based on the requirements
and needs of the project; especially when choosing lightweight front-end
kits for small projects, given the bloat and bulk associated with massive
frameworks.
Concept of Grids
A grid system allows you to structure and stack content horizontally and
vertically in an easy manner. It is easily adaptable for any web site or web
application and has a lot of advantages. It is usually responsive, meaning
it adjusts itself based on the browser or device width. So, it displays the
content appropriately in a mobile device, a laptop, a tablet, or a desktop
depending on the size of the device. Plus, you have media queries, which
help you define the grid layout based on the device width.
Grids are usually 12-column containers in many frameworks but can
be customized using methods specific to the framework. You can have
flexible layouts wherein you can divide the page into several regions and
place content using the markup.
Another concept catching on in CSS designs is the FlexBox. The
difference between a grid and FlexBox layout is that grid layouts are two-
dimensional, while a FlexBox is usually one-dimensional wherein you can
lay out content in a row or a column.
The choice of using a grid layout or a FlexBox depends on how you
want to structure your content. With a FlexBox you space out the content
and build a structure using that content. Suppose you have certain items; it
is up to you to decide how much space each item should take. Grid layouts,
on the other hand, are content-agnostic. In grid layouts, you create a layout
and place the content into rows and columns.
13
Chapter 1 Choosing Lightweight Frameworks for Intuitive Web Design
In most modern frameworks, both the grid and the FlexBox are
supported. While the usability of the grid layout is awesome, a FlexBox can
help you place things more aesthetically.
For a detailed explanation of the grid concept, you can refer the
Mozilla developer network web site, specifically the following web page,
for in-depth information: https://developer.mozilla.org/en-US/docs/
Web/CSS/CSS_Grid_Layout.
S
ummary
In this chapter, we gave you an overview of some popular CSS frameworks.
We also covered the benefits of using a CSS framework. CSS frameworks
are comprised of components, modules, libraries, navigational elements,
typography, media queries, tailor-made widgets, and grid layouts that
make web design a breeze. We also gave you an overview of grid and
FlexBox layouts.
We will now dedicate a chapter for each of the frameworks mentioned
in the introduction of the chapter, starting with Skeleton. With each
chapter, we use a progressive approach, meaning the next framework is
more extensive and a framework’s resourcefulness increases as you move
through the book.
14
CHAPTER 2
Building a Landing
Page with Skeleton
Skeleton is an intuitive framework for lightweight projects. It is extremely
lightweight with a handful of HTML elements and was developed with
a mobile-first philosophy. In this chapter, you will learn how to install
Skeleton. You will also learn about its grid system and attributes; Finally,
we will build a landing web page with Skeleton.
I nstalling Skeleton
To get started, go to the Skeleton web site at http://getskeleton.com/.
You will see the Download button, which is highlighted in a red box in
Figure 2-1.
The css folder is where you save your CSS files. By default, the css
folder contains the Normalize and Skeleton style sheets.
16
Chapter 2 Building a Landing Page with Skeleton
<!DOCTYPE html>
<html lang="en">
<head>
<!—FONT –––––––––––––––––––––––––––––––––––––––––––––-–– -->
<link href="//fonts.googleapis.com/css?family=
Raleway:400,300,600" rel="stylesheet" type="text/css">
<!—CSS –––––––-––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
17
Chapter 2 Building a Landing Page with Skeleton
<!—Favicon ––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
Now click the index.html file to display the web page, as shown in
Figure 2-3.
18
Chapter 2 Building a Landing Page with Skeleton
19
Exploring the Variety of Random
Documents with Different Content
The Project Gutenberg eBook of Mienne: roman
This ebook is for the use of anyone anywhere in the United
States and most other parts of the world at no cost and with
almost no restrictions whatsoever. You may copy it, give it away
or re-use it under the terms of the Project Gutenberg License
included with this ebook or online at www.gutenberg.org. If you
are not located in the United States, you will have to check the
laws of the country where you are located before using this
eBook.
Language: French
BIBLIOTHÈQUE DU HÉRISSON
THIERRY SANDRE
MIENNE
ROMAN
—«Elle semble votre propriété,
car c’est vous seul qui pouvez la
rendre heureuse.»
AMIENS
LIBRAIRIE EDGAR MALFÈRE
7, RUE DELAMBRE, 7
1923
Treizième mille.
ON TROUVE CHEZ LE MÊME ÉDITEUR:
Jean Second: LE LIVRE DES BAISERS, texte latin de Jean Second
accompagné d’une traduction par Thierry Sandre, précédé d’un poème
de Pierre Louys, suivi de quelques imitations de Ronsard, Baïf et
Belleau, le tout dédié à l’unique Psyché.
Joachim du Bellay: LES AMOURS DE FAUSTINE. Poésies latines
traduites pour la première fois et publiées avec une introduction et des notes
par Thierry Sandre.
PROCHAINEMENT:
Musée: LA TOUCHANTE AVENTURE DE HÉRO ET LÉANDRE remise au
jour, traduite en prose nouvellement et publiée, avec la translation en vers
qu’en fit Clément Marot et quelques autres pièces utiles ou curieuses, par
Thierry Sandre.
A FRANCIS CARCO,
amicalement
et en souvenir des jours
de Jean-Marc Bernard, de Jean Pellerin
et de Paul-René Cousin,
jours heureux.
Le 9 août 1923.
U N enfant qui ne fut pas élevé par sa mère arrive à l’âge d’homme en
méprisant les femmes, ou en les craignant, ce qui revient souvent au
même. Tout jeune, je méprisais aussi les femmes, par précaution. C’est
pourquoi je fus bouleversé par la première qui m’émut.
J’avais dix-neuf ans, et je venais de recevoir des félicitations d’un vieux
sculpteur, membre de l’Institut, mais grand artiste, pour une Salomé que
j’avais soumise à son jugement et qu’il avait eu l’indulgence de regarder. La
bonté de ce vieillard me stimula. Je crus avec moins d’incertitude que je
pouvais suivre le chemin où je m’étais engagé. Je passai plusieurs semaines
dans la joie. Je travaillais quatorze heures par jour, et je ne m’arrêtais que
lorsque mes mains fatiguées ne m’obéissaient plus. Alors je souriais d’aise.
Résolument, je m’étais mis de bonne heure à tailler mes projets en pleine
matière définitive. Il me passionnait de jouer la difficulté; je comprends
aujourd’hui que j’y cherchais un apaisement. Mais à cette époque j’étais
heureux de la peine que je me donnais, outre que je risquais, à chaque
œuvre nouvelle, de dépenser en pure perte des sommes d’argent
relativement importantes qu’il me fallait chercher ailleurs par des besognes
commerciales. Je n’étais pas riche. Mon père, indifférent, m’avait
abandonné dès mes premières paroles aux soins d’un oncle, du reste gêné,
qui ne me pardonnait ni mes rêveries d’enfant ni l’antipathie que, jeune
homme, j’avais montrée pour la médecine. Bref, comme je ne pouvais pas
espérer un héritage que les débauches de mon père compromettaient
fortement, je me suffisais en fournissant à d’industrieux intermédiaires soit
des maquettes de statues que je retrouvais ensuite au Salon, corrigées ou
respectées par quelqu’un de ces amateurs au nom illustre qui encombrent
toutes les classes de l’art, soit des sujets achevés que des marchands
répandaient à plusieurs centaines d’exemplaires en simili-bronze pour
dégoûter évidemment de la sculpture les petits bourgeois provinciaux, soit
encore des dessins de meubles hardis à l’intention des snobs, soit même des
modèles de robes destinés aux couturiers du VIIIᵉ arrondissement. Ainsi je
gagnais, non sans heurts, assez d’argent pour ne rien demander à mon oncle
et pour me procurer de surcroît les blocs de pierre dont j’aventurais
tranquillement le prix.
Ces détails, sur lesquels j’ai l’air de m’appesantir, ne sont pas sans
intérêt pour moi: je m’y révèle tout entier, consciencieux à la fois et
téméraire. Mais j’en sortirai. J’hésite peut-être encore un peu de toucher à
mon secret. Nous éprouvons tant de répugnance à nous laisser pénétrer!
D’autres l’ont remarqué avant moi: en France, et ailleurs aussi sans doute,
dans tous les pays fiers de leur civilisation, un homme consent moins à
paraître tel qu’il est que tel que paraissent être ceux qu’il appelle, d’un mot
décisif, ses semblables. Par crainte du ridicule, fondement de toute société
qui a souci de sa gloire, un homme cache qu’il est capable de n’être point
pareil à ses voisins, et singulièrement quand l’amour est en jeu. On n’ignore
pas que trois hommes réunis au fumoir, après dîner, ne sauraient causer que
de femmes, et presque toujours de la façon la moins digne, comme s’ils
éprouvaient, à rabaisser les indispensables compagnes de leurs joies et de
leurs douleurs, le besoin trouble de s’avilir eux-mêmes. C’est une espèce de
tradition, je le sais bien, et qui garde sa rigueur lorsque ces hommes sont à
jeun; et je ne doute pas que chacun d’eux, pris à part, ne soit peut-être
écœuré des propos qu’il recueillit avec complaisance ou qu’il tint
lâchement; mais qui aurait le courage de se singulariser, dans cette
bourgeoisie qui tend à devenir la classe unique de notre France, en avouant
qu’il ne méprise ni les femmes ni l’amour? Irai-je affronter le ridicule sans
quelques réticences?
Je ne me crois certes pas foncièrement différent des hommes
d’aujourd’hui. Ils peuvent sembler plus occupés de soucis plus immédiats,
car il nous plaît assez de nous guinder. Quel homme n’a pas aimé
cependant? Quel homme osera dire qu’il n’a pas tressailli, au moins une
fois, à l’attrait d’une femme, à l’espoir de la conquérir, au regret de la
perdre? Pourtant, lorsque je veux me remémorer quelle histoire d’amour
m’a touché le mieux entre tant d’histoires que les poètes nous ont contées,
je m’en rappelle dix, vingt, trente, dont le personnage principal est une
femme, et fort peu dont un homme soit le héros. Les poètes sont-ils à ce
point timides? Et pourquoi, contre si peu d’interprètes trouvés dans le cours
des âges par la passion de Tristan, la désolante aventure de Don Juan a-t-
elle été si souvent reprise? Un homme ne peut-il faire figure sans déroger
que de séducteur et de bourreau? La passion d’amour est-elle donc le
privilège des femmes, ou les hommes la tiennent-ils, dans leur éternelle
fatuité, pour une faiblesse qui les déshonore? Mais combien de malentendus
ont dû naître entre les meilleurs amants, si l’un des deux résistait à sa
franchise!
Faut-il que je précise ici qu’en vieillissant, ou parce que j’aimai, je
regardai l’amour avec des yeux sérieux? J’en eus la révélation nécessaire,
au moment qu’un vieux sculpteur m’encourageait dans mes travaux et que
peu à peu montait autour de moi l’appréhension d’une catastrophe
universelle, deux choses propres à me faire perdre mon sang-froid ou à me
précipiter aux pires erreurs. Encore est-il bon que je dise aussi sans plus
attendre que ce n’est point sur le moment que je pris conscience de tout le
pathétique de cette révélation. Le hasard seul, si l’on refuse comme moi d’y
voir une volonté mystérieuse, me donna par la suite la vraie mesure de ce
qui ne fut d’abord à peu près rien.
Fier, comme s’il en eût été l’instigateur, du succès de ma Salomé, mon
oncle m’avait invité à passer le mois de juillet dans sa petite villa de la côte
normande. C’était une maisonnette fort simple, construite à peu de frais en
un temps où l’endroit n’était pas encore à la mode, et qui gagnait chaque
année de la valeur parce qu’elle était bien située. Mon oncle songeait à la
vendre pour en placer le bénéfice, qu’il supputait considérable, en viager. Il
songea sans doute que la présence chez lui d’un neveu dont quelques
journaux avaient parlé en termes flatteurs, rehausserait le prix de la maison
et rappellerait l’attention des acquéreurs éventuels. Il m’invita. J’avais
besoin de repos après mes récents excès de travail. Je m’y rendis,
emmenant pour tout bagage une énorme valise de cuir fauve. J’ai oublié
bien des choses moins anciennes. Je n’ai rien oublié des moindres
circonstances de ce séjour chez mon oncle. Je les évoquai trop souvent
depuis.
M’y voici donc. Quel éblouissement! Nos voisins avaient une invitée,
une vieille dame aux cheveux blancs, arrivée deux jours avant moi. Mon
oncle la connaissait à peine, mais il connaissait intimement les voisins,
bourgeois cossus, industriels retirés des affaires. Tous m’accueillirent avec
un intérêt qui m’eût paru exagéré, car au milieu de mes plus vives ardeurs
j’ai toujours gardé le sentiment du ridicule, si je ne m’étais pas ému tout à
coup de me trouver devant la nièce de la vieille dame, une jeune fille dont
le moins que je puisse dire, ou redire, est qu’elle me bouleversa.
Je redirai que j’avais dix-neuf ans. Elle en avait quinze ou seize. La
beauté féminine était en quelque sorte de mon commerce familier. Réduite
en ses éléments par mes études, admirée dans les innombrables
représentations que nous ont transmises les siècles, vue sur tant de corps de
modèles que j’avais eus sous les yeux, détaillée et reconstituée par mes
mains, elle ne pouvait guère m’offrir d’autre surprise que celle qu’offre
toujours à un artiste une beauté vivante. Ce n’est donc point par sa seule
beauté que cette jeune fille me frappa, et je l’affirme aujourd’hui d’autant
plus calmement qu’il me souvient que je ne pensai pas à l’examiner comme
j’avais coutume d’examiner d’instinct toute femme belle que je rencontrais.
Mais je n’affirme pas que je ne la jugeai pas d’ensemble plus belle que les
autres femmes. J’eus seulement l’impression très nette qu’elle était
différente, qu’il y avait d’une part les autres femmes, toutes les autres
femmes, et d’autre part cette jeune fille. Et qu’elle fût jeune fille et non
point femme, c’est une distinction que je ne fis pas non plus d’abord.
J’étais allé chez mon oncle pour y prendre du repos. J’y trouvai l’amour.
Au milieu de mes longues promenades à pied dans la campagne et des
heures que je restais assis au fond de notre jardin à épier des sorties ou des
rentrées qui me troublaient chaque fois, je connus que j’aimais. Un pareil
événement donnait un démenti formel à mes opinions. Mon pessimisme
d’adolescent avait fondu soudain. Était-ce possible? J’en demeurais charmé.
Je voyais souvent la jeune fille. Nous causions. Elle me parlait librement
de toutes choses. Nous discutions aussi parfois, et j’étais ravi lorsqu’en fin
de compte je m’apercevais que nous avions tous deux bien des goûts et des
sentiments sinon identiques, du moins parallèles. Elle ne mettait dans nos
entretiens aucune coquetterie. J’étais de mon côté toujours en surveillance.
Rien ne trahissait, je le crois encore, que j’eusse pour elle le moindre
penchant, et rien ne me permettait de supposer qu’elle en pût avoir pour
moi.
Le charme durait depuis quinze jours, quand, un dimanche matin, mon
oncle entra dans ma chambre comme je m’éveillais à peine, et me dit sans
détour:
—Mon petit, tu vas me faire le plaisir de préparer ta valise et de filer par
le train de midi trente.
Mes yeux s’écarquillèrent.
—Sois plus poli, continua mon oncle, et ne joue pas l’innocent avec moi.
—L’innocent? demandai-je, véritablement étonné.
—Ne m’interromps pas. Où te crois-tu donc? Je m’imaginais que, l’âge
aidant, tu étais devenu sérieux. Mais je me suis trompé. En tout cas, que tu
sois sérieux ou non, je ne tolérerai pas que tu profites de mon hospitalité
pour abuser plus longtemps d’une gamine.
—Moi? criai-je.
J’avais rougi comme sous une gifle.
—Je n’ignore rien, articula mon oncle. Je viens de tout apprendre. Et
l’on m’a prié de t’éloigner. C’est du propre!
Le pauvre homme était plus confus que mécontent. Je l’assurai que
j’avais été correct.
—N’importe, conclut-il. Je veux croire que tu ne t’es pas conduit en
goujat. Mais cette petite n’est plus la même depuis que tu es ici, et sa tante
désire que l’aventure ne se prolonge point.
—Je partirai, dis-je.
Et je partis en effet par le train de midi trente, avec mon énorme valise
de cuir fauve, sans avoir revu celle à qui je devais de si simple façon la
révélation de l’amour. Toute ma vie allait dépendre de cette aventure
minime.
Our website is not just a platform for buying books, but a bridge
connecting readers to the timeless values of culture and wisdom. With
an elegant, user-friendly interface and an intelligent search system,
we are committed to providing a quick and convenient shopping
experience. Additionally, our special promotions and home delivery
services ensure that you save time and fully enjoy the joy of reading.
textbookfull.com