Skip to content

Commit 27f2490

Browse files
author
SM_SAYEED
committed
Layout modified
1 parent 0958934 commit 27f2490

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body {
55
background: url("/static/bg.png") no-repeat center center fixed;
66
background-size: cover;
77
min-height: 100vh;
8-
color: #e2e8ee; /* Improved: softer, more readable text */
8+
color: #08e0ec; /* Improved: softer, more readable text */
99
}
1010

1111
/* Overlay for readability */

templates/landing.html

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,26 @@
2929
margin-left: 0.5em;
3030
}
3131
.search-form button:hover { background: #225c44; }
32+
.desc {
33+
text-align: justify;
34+
text-justify: inter-word;
35+
font-size: 1.0em;
36+
margin-bottom: 2em;
37+
}
38+
.section {
39+
margin-top: 2.3em;
40+
margin-bottom: 1.5em;
41+
}
42+
h1 {
43+
color: #f08903;
44+
font-size: 2.6em;
45+
margin-bottom: 0.7em;
46+
}
47+
h2 {
48+
color: #ffaa18;
49+
font-size: 1.45em;
50+
margin-bottom: 0.5em;
51+
}
3252
</style>
3353
</head>
3454
<body>
@@ -50,10 +70,10 @@
5070
<h1>Welcome to Patterns-Matter</h1>
5171
<div class="desc">
5272
<p>
53-
<b>Patterns Matter</b> is a personal toy database of the author <b>(Sayeed)</b>. This database highlights the power of <b>patterns</b>. Patterns are encoded in and portrayed by the mother nature, more generally, the universe itself. The author quests for the patterns in <b>Materials</b> and <b>Music</b>.
73+
<b>Patterns Matter</b> is a personal toy database of the author <b>(Sayeed)</b>. This database highlights author's quest for <b>patterns</b>. Patterns are encoded in and portrayed by the mother nature, more generally, the universe itself. The author quests for the patterns in <b>Materials</b> and <b>Music</b>.
5474
</p>
5575
<p>
56-
Explore <b>materials datasets</b> revealing patterns via machine learning, or enjoy <b>original guitar and music clips</b> composed by the author.
76+
Explore <b>materials datasets</b> revealing how a specific materials property is encoded in materials Structure and/or composition via machine learning, or enjoy <b>original guitar and music clips</b> composed by the author. This database can be helpful to someone with a similar goal, as this database can provide data before and after of the featurization of the as-scrapped data. The download option for the dataset was activated merely for playing with RDBMS, not to be credited to me. My featurization data may help to set a base for the users' featurization process. The music displayed here is just for fun, nothing commercial. Redistribution is ok, but not using in your composition.
5777
</p>
5878
</div>
5979
<div class="section">

0 commit comments

Comments
 (0)