Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 KB | None | 0 0
  1. {
  2. "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  3. "type": "AdaptiveCard",
  4. "version": "1.0",
  5. "body": [
  6. {
  7. "type": "Container",
  8. "items": [
  9. {
  10. "type": "TextBlock",
  11. "text": "Here's what's next.",
  12. "weight": "Bolder",
  13. "size": "Medium",
  14. "color": "Accent"
  15. },
  16. {
  17. "type": "ColumnSet",
  18. "columns": [
  19. {
  20. "type": "Column",
  21. "width": "auto",
  22. "items": [
  23. {
  24. "type": "TextBlock",
  25. "text": " "
  26. }
  27. ]
  28. },
  29. {
  30. "type": "Column",
  31. "width": "stretch",
  32. "items": [
  33. {
  34. "type": "TextBlock",
  35. "text": "Sync w/Moe",
  36. "weight": "Bolder",
  37. "wrap": true
  38. },
  39. {
  40. "type": "TextBlock",
  41. "spacing": "None",
  42. "text": "Moe Basij",
  43. "wrap": true
  44. },
  45. {
  46. "type": "TextBlock",
  47. "spacing": "None",
  48. "text": "Today",
  49. "isSubtle": true,
  50. "wrap": true
  51. },
  52. {
  53. "type": "TextBlock",
  54. "spacing": "None",
  55. "text": "3:15 PM to 3:45 PM",
  56. "isSubtle": true,
  57. "wrap": true
  58. }
  59. ]
  60. }
  61. ]
  62. },
  63. {
  64. "type": "TextBlock",
  65. "text": "Learn more about Moe.",
  66. "weight": "Bolder",
  67. "size": "Medium",
  68. "color": "Accent"
  69. },
  70. {
  71. "type": "ColumnSet",
  72. "columns": [
  73. {
  74. "type": "Column",
  75. "width": "auto",
  76. "items": [
  77. {
  78. "type": "TextBlock",
  79. "text": " ",
  80. "wrap" : true
  81. },
  82. {
  83. "type": "Image",
  84. "url": "https://media.licdn.com/dms/image/C5603AQHNrA8FD4XT2w/profile-displayphoto-shrink_800_800/0?e=1568851200&v=beta&t=Jdb9VqAwV2cu4n35Nft-X4q8XIJCCSoiNE8Nume3kOc",
  85. "size": "Small",
  86. "style": "Person"
  87. }
  88. ]
  89. },
  90. {
  91. "type": "Column",
  92. "width": "stretch",
  93. "items": [
  94. {
  95. "type": "TextBlock",
  96. "text": " ",
  97. "wrap" : true
  98. },
  99. {
  100. "type": "TextBlock",
  101. "text": "Moe Basij",
  102. "weight": "Bolder",
  103. "wrap": true
  104. },
  105. {
  106. "type": "TextBlock",
  107. "spacing": "None",
  108. "text": "Microsoft | August 2015 - Present",
  109. "isSubtle": true,
  110. "wrap": true
  111. }
  112. ]
  113. }
  114. ]
  115. }
  116. ]
  117. },
  118. {
  119. "type": "Container",
  120. "items": [
  121. {
  122. "type": "TextBlock",
  123. "text": " ",
  124. "wrap" : true
  125. },
  126. {
  127. "type": "TextBlock",
  128. "text": "Highlights",
  129. "size": "Medium",
  130. "wrap": true
  131. }
  132. ]
  133. },
  134. {
  135. "type": "ColumnSet",
  136. "columns": [
  137. {
  138. "type": "Column",
  139. "width": "auto",
  140. "items": [
  141. {
  142. "type": "TextBlock",
  143. "text": " "
  144. }
  145. ]
  146. },
  147. {
  148. "type": "Column",
  149. "width": "stretch",
  150. "items": [
  151. {
  152. "type": "TextBlock",
  153. "text": " ",
  154. "wrap" : true
  155. },
  156. {
  157. "type": "TextBlock",
  158. "text": "You and Moe both know Gunjan Sood, Yash Kamalanath, and Alok Jain",
  159. "weight": "Lighter",
  160. "wrap": true
  161. },
  162. {
  163. "type": "TextBlock",
  164. "text": " ",
  165. "wrap" : true
  166. },
  167. {
  168. "type": "TextBlock",
  169. "text": "Moe also studied at Simon Fraser University, for Business Administration & Computer Science",
  170. "weight": "Lighter",
  171. "wrap": true
  172. },
  173. {
  174. "type": "TextBlock",
  175. "text": " ",
  176. "wrap" : true
  177. },
  178. {
  179. "type": "TextBlock",
  180. "text": "Moe also previously worked at Amazon",
  181. "weight": "Lighter",
  182. "wrap": true
  183. },
  184. {
  185. "type": "TextBlock",
  186. "text": " ",
  187. "wrap" : true
  188. }
  189. ]
  190. }
  191. ]
  192. }
  193. ],
  194. "actions": [
  195. {
  196. "type": "Action.OpenUrl",
  197. "title": "Learn more on LinkedIn",
  198. "url": "https://www.linkedin.com/in/moebasij/"
  199. }
  200. ]
  201. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement