|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"/> |
| 5 | + <meta property="og:site_name" content="ServerSide.swift Conference"/> |
| 6 | + <link rel="canonical" href="https://www.serversideswift.info/about"/> |
| 7 | + <meta name="twitter:url" content="https://www.serversideswift.info/about"/> |
| 8 | + <meta property="og:url" content="https://www.serversideswift.info/about"/> |
| 9 | + <title>About | ServerSide.swift Conference</title> |
| 10 | + <meta name="twitter:title" content="About | ServerSide.swift Conference"/> |
| 11 | + <meta property="og:title" content="About | ServerSide.swift Conference"/> |
| 12 | + <meta name="description" content="ServerSide.swift - the conference for server-side Swift developers"/> |
| 13 | + <meta name="twitter:description" content="ServerSide.swift - the conference for server-side Swift developers"/> |
| 14 | + <meta property="og:description" content="ServerSide.swift - the conference for server-side Swift developers"/> |
| 15 | + <meta name="twitter:card" content="summary"/> |
| 16 | + <link rel="stylesheet" href="https://css.tito.io/v1.1" type="text/css"/> |
| 17 | + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" type="text/css"/> |
| 18 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100,300, 300i,700" type="text/css"/> |
| 19 | + <link rel="stylesheet" href="/App/YearX/styles/layout.css" type="text/css"/> |
| 20 | + <link rel="stylesheet" href="/App/YearX/styles/navigation.css" type="text/css"/> |
| 21 | + <link rel="stylesheet" href="/App/YearX/styles/hamburger-menu.css" type="text/css"/> |
| 22 | + <link rel="stylesheet" href="/App/YearX/styles/footer.css" type="text/css"/> |
| 23 | + <link rel="stylesheet" href="/App/YearX/styles/particles.css" type="text/css"/> |
| 24 | + <link rel="stylesheet" href="/App/YearX/styles/Pages/home.css" type="text/css"/> |
| 25 | + <link rel="stylesheet" href="/App/YearX/styles/Pages/about.css" type="text/css"/> |
| 26 | + <link rel="stylesheet" href="/App/YearX/styles/Pages/speakers.css" type="text/css"/> |
| 27 | + <link rel="stylesheet" href="/App/YearX/styles/Pages/sponsors.css" type="text/css"/> |
| 28 | + <link rel="stylesheet" href="/App/YearX/styles/Pages/location.css" type="text/css"/> |
| 29 | + <link rel="stylesheet" href="/App/YearX/styles/Pages/profile.css" type="text/css"/> |
| 30 | + <link rel="stylesheet" href="/App/YearX/styles/Pages/years.css" type="text/css"/> |
| 31 | + <link rel="stylesheet" href="/App/YearX/styles/Pages/tickets.css" type="text/css"/> |
| 32 | + <link rel="stylesheet" href="/App/YearX/styles/Pages/schedule.css" type="text/css"/> |
| 33 | + <link rel="stylesheet" href="/App/YearX/styles/Pages/videos.css" type="text/css"/> |
| 34 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
| 35 | + <link rel="shortcut icon" href="/App/YearX/favicon.ico" type="image/x-icon"/> |
| 36 | + <link rel="alternate" href="/feed.rss" type="application/rss+xml" title="Subscribe to ServerSide.swift Conference"/> |
| 37 | + <meta name="twitter:image" content="https://www.serversideswift.info/App/YearX/images/layout/logo.png"/> |
| 38 | + <meta property="og:image" content="https://www.serversideswift.info/App/YearX/images/layout/logo.png"/> |
| 39 | +</head> |
| 40 | +<body> |
| 41 | + <header> |
| 42 | + <nav class="navigation"> |
| 43 | + <div class="container"> |
| 44 | + <div class="logo"> |
| 45 | + <a href="/2024" class="navbar-brand bg-none"> |
| 46 | + <img src="/App/YearX/images/layout/logo.png" alt="ServerSide.swift"/> |
| 47 | + </a> |
| 48 | + </div> |
| 49 | + <button class="hamburger hamburger--squeeze" onclick="toggleHamburger()"> |
| 50 | + <span class="hamburger-box"> |
| 51 | + <span class="hamburger-inner"></span> |
| 52 | + </span> |
| 53 | + </button> |
| 54 | + <ul class="d-none d-md-flex"> |
| 55 | + <li> |
| 56 | + <a href="/2024">Home</a> |
| 57 | + <span class="underline"></span> |
| 58 | + </li> |
| 59 | + <li> |
| 60 | + <a href="/2024/videos">Videos</a> |
| 61 | + <span class="underline"></span> |
| 62 | + </li> |
| 63 | + <li> |
| 64 | + <a href="/2024/schedule">Schedule</a> |
| 65 | + <span class="underline"></span> |
| 66 | + </li> |
| 67 | + <li> |
| 68 | + <a href="/2024/speakers">Speakers</a> |
| 69 | + <span class="underline"></span> |
| 70 | + </li> |
| 71 | + <li> |
| 72 | + <a href="/2024/location">Location</a> |
| 73 | + <span class="underline"></span> |
| 74 | + </li> |
| 75 | + <li> |
| 76 | + <a href="/2024/sponsors">Sponsors</a> |
| 77 | + <span class="underline"></span> |
| 78 | + </li> |
| 79 | + <li> |
| 80 | + <a href="/2024/faq">FAQ</a> |
| 81 | + <span class="underline"></span> |
| 82 | + </li> |
| 83 | + <li> |
| 84 | + <a href="/2024/whyAttend">Why Attend?</a> |
| 85 | + <span class="underline"></span> |
| 86 | + </li> |
| 87 | + <li class="active"> |
| 88 | + <a href="/2024/about">About</a> |
| 89 | + <span class="underline"></span> |
| 90 | + </li> |
| 91 | + <li class="buy-ticket"> |
| 92 | + <a href="/2024/tickets">Tickets</a> |
| 93 | + <span class="underline"></span> |
| 94 | + </li> |
| 95 | + </ul> |
| 96 | + </div> |
| 97 | + <ul class="d-flex d-md-none"> |
| 98 | + <li> |
| 99 | + <a href="/2024/">Home</a> |
| 100 | + <span class="underline"></span> |
| 101 | + </li> |
| 102 | + <li> |
| 103 | + <a href="/2024/videos">Videos</a> |
| 104 | + <span class="underline"></span> |
| 105 | + </li> |
| 106 | + <li> |
| 107 | + <a href="/2024/schedule">Schedule</a> |
| 108 | + <span class="underline"></span> |
| 109 | + </li> |
| 110 | + <li> |
| 111 | + <a href="/2024/speakers">Speakers</a> |
| 112 | + <span class="underline"></span> |
| 113 | + </li> |
| 114 | + <li> |
| 115 | + <a href="/2024/location">Location</a> |
| 116 | + <span class="underline"></span> |
| 117 | + </li> |
| 118 | + <li> |
| 119 | + <a href="/2024/sponsors">Sponsors</a> |
| 120 | + <span class="underline"></span> |
| 121 | + </li> |
| 122 | + <li> |
| 123 | + <a href="/2024/faq">FAQ</a> |
| 124 | + <span class="underline"></span> |
| 125 | + </li> |
| 126 | + <li> |
| 127 | + <a href="/2024/whyAttend">Why Attend?</a> |
| 128 | + <span class="underline"></span> |
| 129 | + </li> |
| 130 | + <li class="active"> |
| 131 | + <a href="/2024/about">About</a> |
| 132 | + <span class="underline"></span> |
| 133 | + </li> |
| 134 | + <li class="buy-ticket"> |
| 135 | + <a href="/2024/tickets">Tickets</a> |
| 136 | + <span class="underline"></span> |
| 137 | + </li> |
| 138 | + </ul> |
| 139 | + </nav> |
| 140 | + </header> |
| 141 | + <div class="about"> |
| 142 | + <div class="page-block no-height bg-blue text-white"> |
| 143 | + <div class="container"> |
| 144 | + <h1 class="text-center">About</h1> |
| 145 | + <h4 class="text-center mb-5"> ServerSide.swift is solely run for the love of server-side Swift.</h4> |
| 146 | + <div class="organizer-list row"> |
| 147 | + <div class="organizer"> |
| 148 | + <a href="https://www.twitter.com/0xtim" target="_blank"></a> |
| 149 | + <div class="image"> |
| 150 | + <img src="/App/YearX/images/team/timcondon-new.png" alt="Tim"/> |
| 151 | + </div> |
| 152 | + <div class="description p-2"> |
| 153 | + <h3 class="h3">Tim Condon</h3> |
| 154 | + <h4 class="f-weight-300">Vapor Core Team & Founder of Broken Hands</h4> |
| 155 | + </div> |
| 156 | + </div> |
| 157 | + </div> |
| 158 | + </div> |
| 159 | + </div> |
| 160 | + <div class="page-block no-height bg-white"> |
| 161 | + <div class="container"> |
| 162 | + <h3 class="h3">The Conference</h3> |
| 163 | + <br/> |
| 164 | + <p class="f-weight-300">ServerSide.swift is a framework-independent, server-side Swift conference, to bring all of the community toghether to learn and share. The conference is aimed at being a non-profit conference and solely run for the love of server-side Swift. We've had a number of successful editions and are looking foward to putting on another incredible event to help grow Swift on the server!</p> |
| 165 | + <p class="f-weight-300">The conference is a unique place to showcase a wide range of talks from the internals of Swift to success stories from across the industry. Every year we have highly technical talks you'll see at no other conference. We've even had fundamental changes in Swift, such as the new Open Source Foundation announced at the conference.</p> |
| 166 | + <h3 class="h3">Getting In Touch</h3> |
| 167 | + <p> |
| 168 | + For general |
| 169 | + <b>questions and requests</b> |
| 170 | + please email |
| 171 | + |
| 172 | + . For anything related to sponsoring the conference, please reach out to us at |
| 173 | + |
| 174 | + . You are also welcome to reach out to us through the social media channels at the bottom or using our individual Twitter handles. |
| 175 | + </p> |
| 176 | + </div> |
| 177 | + </div> |
| 178 | + </div> |
| 179 | + <footer class="navbar footer"> |
| 180 | + <div class="container d-flex justify-content-spacearound"> |
| 181 | + <div class="year-switcher py-3 py-md-0 mx-auto mx-md-0"> |
| 182 | + <a href="/years" class="text-white">Years</a> |
| 183 | + <span class="underline"></span> |
| 184 | + </div> |
| 185 | + <div class="social-media d-flex flex-wrap justify-content-center"> |
| 186 | + <a href="https://github.com/SwiftServerConf" target="_blank" rel="me"> |
| 187 | + <span class="icon"> |
| 188 | + <svg class="feather text-white"> |
| 189 | + <use xlink:href="/App/YearX/images/icons/feather-sprite.svg#github"/> |
| 190 | + </svg> |
| 191 | + </span> |
| 192 | + </a> |
| 193 | + <a href="https://hachyderm.io/@swiftserverconf" target="_blank" rel="me"> |
| 194 | + <span class="icon"> |
| 195 | + <img src="/App/YearX/images/icons/mastodon.svg" alt="Mastodon" class="feather-replacement"/> |
| 196 | + </span> |
| 197 | + </a> |
| 198 | + <a href="https://bsky.app/profile/serversideswift.info" target="_blank" rel="me"> |
| 199 | + <span class="icon"> |
| 200 | + <img src="/App/YearX/images/icons/bluesky.svg" alt="Bluesky" class="feather-replacement"/> |
| 201 | + </span> |
| 202 | + </a> |
| 203 | + <a href="https://www.threads.net/@swiftserverconf" target="_blank" rel="me"> |
| 204 | + <span class="icon"> |
| 205 | + <img src="/App/YearX/images/icons/threads.svg" alt="Threads" class="feather-replacement"/> |
| 206 | + </span> |
| 207 | + </a> |
| 208 | + <a href="https://www.linkedin.com/company/swiftserverconf" target="_blank" rel="me"> |
| 209 | + <span class="icon"> |
| 210 | + <svg class="feather text-white"> |
| 211 | + <use xlink:href="/App/YearX/images/icons/feather-sprite.svg#linkedin"/> |
| 212 | + </svg> |
| 213 | + </span> |
| 214 | + </a> |
| 215 | + <a href="https://www.youtube.com/@SwiftServerConf" target="_blank" rel="me"> |
| 216 | + <span class="icon"> |
| 217 | + <svg class="feather text-white"> |
| 218 | + <use xlink:href="/App/YearX/images/icons/feather-sprite.svg#youtube"/> |
| 219 | + </svg> |
| 220 | + </span> |
| 221 | + </a> |
| 222 | + <a href="https://twitter.com/SwiftServerConf" target="_blank" rel="me"> |
| 223 | + <span class="icon"> |
| 224 | + <svg class="feather text-white"> |
| 225 | + <use xlink:href="/App/YearX/images/icons/feather-sprite.svg#twitter"/> |
| 226 | + </svg> |
| 227 | + </span> |
| 228 | + </a> |
| 229 | + <a href="https://www.instagram.com/swiftserverconf/" target="_blank" rel="me"> |
| 230 | + <span class="icon"> |
| 231 | + <svg class="feather text-white"> |
| 232 | + <use xlink:href="/App/YearX/images/icons/feather-sprite.svg#instagram"/> |
| 233 | + </svg> |
| 234 | + </span> |
| 235 | + </a> |
| 236 | + <a href="https://www.facebook.com/SwiftServerConf" target="_blank" rel="me"> |
| 237 | + <span class="icon"> |
| 238 | + <svg class="feather text-white"> |
| 239 | + <use xlink:href="/App/YearX/images/icons/feather-sprite.svg#facebook"/> |
| 240 | + </svg> |
| 241 | + </span> |
| 242 | + </a> |
| 243 | + </div> |
| 244 | + </div> |
| 245 | + </footer> |
| 246 | + <scripts> |
| 247 | + <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script> |
| 248 | + <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script> |
| 249 | + <script src="https://js.tito.io/v2/with/inline"></script> |
| 250 | + <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> |
| 251 | + <script src="/App/YearX/javascript/particles.js"></script> |
| 252 | + <script src="/App/YearX/javascript/hambuger-menu.js"></script> |
| 253 | + <script src="/App/YearX/javascript/modals.js"></script> |
| 254 | + <script src="https://cdn.apple-mapkit.com/mk/5.x.x/mapkit.js"></script> |
| 255 | + <script src="/App/Year2022/javascript/maps.js"></script> |
| 256 | + </scripts> |
| 257 | +</body> |
| 258 | +</html> |
0 commit comments