-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<title>Welcome to Applied Solutions!</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:100,300,500,700"
type="text/css"
/>
<link rel="stylesheet" href="styles/style.css" />
</head>
<body class="header-ribbon short">
<div class="container center-text">
<a href="/shilpa/blog/" class="profile-image-large-wrapper">
<img
class="profile-image"
src="images/shilpa_profile_square.jpg"
alt="Shilpa Agrawal"
/>
<h1>Shilpa</h1>
</a>
<a href="/avinash" class="profile-image-large-wrapper">
<img
class="profile-image"
src="images/avinash_profile_square.jpg"
alt="Shilpa Agrawal"
/>
<h1>Avinash</h1>
</a>
</div>
</body>
</html>