-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (62 loc) · 1.98 KB
/
index.html
File metadata and controls
72 lines (62 loc) · 1.98 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>360 Software Engineers</title>
<link rel="alternate" href="https://360software-engineer.com" />
<link rel="canonical" href="https://360software-engineer.com" />
<meta name="description" content="360 Software Engineers" />
<meta name="keywords" content="Software Engineer, Technology, Development, Cloud, DevOps, CI/CD, Agile, Automation, AI, ML, Analytics,
Big Data, User Experience, Customer Experience, Developer Experience, Release, Team topologies, Architecture, Design, Micro Services,
Micro Frontends, DDD, Security, Distributed computing, Distrubuted databases, NoSQL, SQL, Streaming,
Messaging, Integration, SOAP, REST, GraphQL, gRpc, Serverless, NoOps, Infrastructure as Code, Diagram as Code, Architecture as Code" />
<style>
html {
font-family: Helvetica, sans-serif;
font-size: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
color: white;
padding: 20px 10px;
margin: 0;
line-height: 1.5;
}
h2 {
font-size: 2rem;
}
ul {
list-style-type: none;
font-size: medium;
}
a:visited,
a:active,
a {
color: white;
font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
body {
padding: 10px;
}
h2 {
font-size: 1.4rem;
}
a {
font-size: 1.2rem;
}
}
</style>
</head>
<body bgcolor="black">
<header>
<h2>360 Software Engineers</h2>
</header>
<main>
Work in Progress
</main>
</body>
</html>