You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 3-reviews/setup/app.js
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,3 +37,44 @@ const reviews = [
37
37
"Edison bulb put a bird on it humblebrag, marfa pok pok heirloom fashion axe cray stumptown venmo actually seitan. VHS farm-to-table schlitz, edison bulb pop-up 3 wolf moon tote bag street art shabby chic. ",
Copy file name to clipboardExpand all lines: 3-reviews/setup/index.html
+26-1Lines changed: 26 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,32 @@
14
14
<linkrel="stylesheet" href="styles.css" />
15
15
</head>
16
16
<body>
17
-
<h1>review project</h1>
17
+
<main>
18
+
<sectionclass="container">
19
+
<divclass="title">
20
+
<h2>our reviews</h2>
21
+
<divclass="underline"></div>
22
+
</div>
23
+
<articleclass="review">
24
+
<divclass="img-container">
25
+
<imgsrc="./person-1.jpeg" id="person-img" alt="">
26
+
</div>
27
+
<h4id="author">sara jones</h4>
28
+
<pid="job">ux designer</p>
29
+
<pid="info">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas molestias ut at rerum, recusandae mollitia laudantium ea fugiat nulla minima eum dolores explicabo? Consequuntur, numquam sint vel doloribus pariatur eaque?</p>
0 commit comments