Skip to content

Commit 0c25eeb

Browse files
authored
Merge pull request #1 from CodeMacrocosm/feat-add-shreya
added shreya's story
2 parents b707b83 + 1b4c948 commit 0c25eeb

File tree

5 files changed

+38
-0
lines changed

5 files changed

+38
-0
lines changed

pages/shreya.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
8+
<link rel="stylesheet" href="../stylesheet/shreya.css">
9+
<title>Shreya's Story</title>
10+
</head>
11+
<body>
12+
13+
<h1>Hi! I'm SHREYA</h1>
14+
15+
<script src="../scripts/shreya.js"></script>
16+
</body>
17+
</html>

resources.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
I [5hre9a](https://github.com/5hre9a) recommend [FreeCodeCamp](https://www.freecodecamp.org/)
66
77
--->
8+
9+
I [Shreya](https://github.com/5hre9a) recommend [Beginner level Devlopment](https://www.w3schools.com/)

scripts/shreya.js

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
//Under progress
2+
alert("Connected!!!!");

stylesheet/shreya.css

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
body {
2+
background: #485563;
3+
background: -webkit-linear-gradient(to right, #29323c, #485563);
4+
background: linear-gradient(to right, #29323c, #485563);
5+
}
6+
7+
h1 {
8+
font-size: 5rem;
9+
color: white;
10+
display: flex;
11+
flex-direction: column;
12+
justify-content: center;
13+
text-align: center;
14+
margin-top: 10%;
15+
}

suggestions.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
55
I [5hre9a](https://github.com/5hre9a) suggests you that it's okay to make mistakes and fail miserably because with time you're only going to get better.
66
-->
7+
8+
I [Shreya](https://github.com/5hre9a) suggests you to be patient while coding and solving issues to get better results.

0 commit comments

Comments
 (0)