-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
113 lines (98 loc) · 5.89 KB
/
about.html
File metadata and controls
113 lines (98 loc) · 5.89 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
107
108
109
110
111
112
113
<html>
<head>
<title>Anton McConville - Digital Designer and Developer</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./style/main.css">
<link href="https://fonts.googleapis.com/css?family=Karla" rel="stylesheet">
</head>
<body class="hickory">
<div class="top">
<div class="bar">
<a href="index.html">
<div class="title">
<div class="name">Anton McConville</div>
<!-- <div class="description">Digital Designer and Developer</div>-->
</div>
</a>
<div class="navigation">
<a class="deselected" href="index.html">projects</a>
<a class="deselected" href="blog.html">posts</a>
<a class="selected end" href="about.html">about</a>
</div>
</div>
</div>
<div class="content">
<div class="container">
<div class="leadphoto">
<img class="leadimage" src="./images/codeconf.png">
</div>
<div class="split">
<div class="aboutme">
<p>
Anton is a digital designer and developer with a passion for building data inspired mobile apps made with iOS or HTML.
</p>
<br>
<p>Life took him from a small town near Belfast, Ireland, to study in Manchester, England then work in London, before finding a home in Ottawa, Canada. </p>
<br>
<p>He is a graduate engineer, with art school training in illustration, and experience leading both ux design, and development teams for projects in telecoms, finance and retail.</p>
<br>
<p>In his current job, Anton is an advocate for digital creativity on IBM's cloud platform and the services it offers - producing case study apps and projects for sharing with corporate clients, analysts and the tech community.</p>
<br>
<p>Anton is also a regular speaker at international software design and development conferences. </p>
</div>
<div class="social-container">
<div class="socialContent">
<div class="contact">
<a href="https://www.twitter.com/antonmc/"><i class="social fa fa-twitter-square"></i></a>
<a href="https://www.linkedin.com/in/antonmc/"><i class="social fa fa-linkedin-square"></i></a>
<a href="https://www.pinterest.com/antonmc/"><i class="social fa fa-pinterest-square"></i></a>
<a href="https://www.instagram.com/antonmc/"><i class="social fa fa-instagram"></i></a>
<!-- <i class="social fa fa-medium"></i>-->
</div>
<!-- div class="talks">
<div class="talkstitle">Upcoming Sessions</div>
<div class="talk">
<div class="talktitle">Technical Workshop</div>
<div class="talklink"><a href="http://www.iot613.ca/about/schedule/">IoT 613 Conference</a></div>
<div class="talklink">Ottawa</div>
<div class="talklink">September 29th, 2016</div>
</div>
<div class="talk">
<div class="talktitle">Presence Personality and Pulse</div>
<div class="talklink"><a href="http://www.iotsworldcongress.com/congress/2016-speakers/">IoT World Congress</a></div>
<div class="talklink">Barcelona</div>
<div class="talklink">October 26th, 2016</div>
</div>
<div class="talk">
<div class="talktitle">Presence Personality and Pulse</div>
<div class="talklink"><a href=" https://2016.nodeconf.com.ar/">Node Conf, Argentina</a></div>
<div class="talklink">Buenos Aires</div>
<div class="talklink">November 18th, 2016</div>
</div>
<div class="talk">
<div class="talktitle">Natural langage analysis of Bowie</div>
<div class="talklink"><a href="https://confoo.ca/en/yvr2016/session/exploring-bowie-s-lyrics-with-python-watson-bluemix">Confoo</a></div>
<div class="talklink">Vancouver</div>
<div class="talklink">December 5th, 2016</div>
</div>
<div class="talk">
<div class="talktitle">Ana - insurance policy chatbot</div>
<div class="talklink"><a href="https://confoo.ca/en/yvr2016/session/ana-the-insurance-policy-chatbot">Confoo</a></div>
<div class="talklink">Vancouver</div>
<div class="talklink">December 5th, 2016</div>
</div>
</div -->
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footer-container">
<div class="copyright">Copyright - Anton McConville - 2016</div>
<div class="footer-github"><i class="fa fa-github-alt"></i>
</div>
</div>
</div>
</body>
</html>