-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (91 loc) · 3.23 KB
/
index.html
File metadata and controls
106 lines (91 loc) · 3.23 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!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-engineers.com" />
<link rel="canonical" href="https://360software-engineers.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;
}
@media screen and (max-width: 600px) {
body {
padding: 10px;
}
h2 {
font-size: 1.4rem;
}
a {
font-size: 1.2rem;
}
}
.concept-intro {
font-size: 2rem;
}
section {
margin: auto;
width: 80%;
padding: 10px;
}
.concept-image {
margin: auto;
height: 250px;
width: 250px;
}
@media screen and (min-width: 500px) and (max-width: 700px) {
.concept-image {
height: 450px;
width: 450px;
}
}
@media screen and (min-width: 701px) and (max-width: 1440px) {
.concept-image {
height: 650px;
width: 650px;
}
}
@media screen and (min-width: 1441px) {
.concept-image {
height: 850px;
width: 850px;
}
</style>
</head>
<body bgcolor="black">
<header>
<h2>360 Software Engineers</h2>
</header>
<main>
<section class="concept-intro">
A 360 Software Engineer removes friction in the Software development process and delivers quality software quickly to end users.
They are experts in one or more of the core Software Engineering roles (Architect, Business
Analyst, Developer, Delivery Manager, Opertaions, Solution Engineer, Tester) and looking for ways to automate and deliver continiously.
Think of CI/CD practices applied to rest of the Software delivery process like DevSecOps, automated release management!
</section>
<section>
<img src="./360-SE.png" alt="360 Software Engineer" class="concept-image"/>
</section>
</main>
</body>
</html>